#447818

Color #447818 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #447818

Tints of Bilbao #447818

Color information

#447818 (or 0x447818) is unknown color: approx Bilbao. HEX triplet: 44, 78 and 18. RGB value is (68,120,24). Sum of RGB (Red+Green+Blue) = 68+120+24=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #447818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447818 is #BB87E7. Grayscale: #5D5D5D. Windows color (decimal): -12290024 or 1603652. OLE color: 1603652.

HSL color Cylindrical-coordinate representation of color #447818: hue angle of 92.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #447818 is Cyan = 0.43, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB6812024-
CMYK0.4300.80.53
HSL92.5º66.67%28.24%-
HSV(B)92.5º80%47.06%-
XYZ9.2714.733.22-
YUV93.5188.77109.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=32.08%
G=56.60%
B=11.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68120240.4300.80.5392.566.6728.24
Hex4478182B050355c431c
Octal104170305301206513410334
Binary1000100111100011000101011010100001101011011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447818; }

 p { color: rgb(68,120,24); }

 H1.HeaderClassName
 {
   color: #447818;
 }
 .AnyTagClassName
 {
   color: #447818;
 }
</style>
background-color css

<style>
 a { background-color: #447818; }

 a { background-color: rgb(68,120,24); }

 div.DivClassName
 {
   background-color: #447818;
 }
 .BgClassName
 {
   background-color: #447818;
 }
</style>
border-color css

<style>
 span { border-color: #447818; }

 span { border-color: rgb(68,120,24); }

 td.TdClassName
 {
   border-color: #447818;
 }
 .TagClassName
 {
   border-color: #447818;
 }
</style>