#447618

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

Shades of Bilbao #447618

Tints of Bilbao #447618

Color information

#447618 (or 0x447618) is unknown color: approx Bilbao. HEX triplet: 44, 76 and 18. RGB value is (68,118,24). Sum of RGB (Red+Green+Blue) = 68+118+24=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #447618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447618 is #BB89E7. Grayscale: #5C5C5C. Windows color (decimal): -12290536 or 1603140. OLE color: 1603140.

HSL color Cylindrical-coordinate representation of color #447618: hue angle of 91.91º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #447618 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB6811824-
CMYK0.4200.800.54
HSL91.91º66.2%27.84%-
HSV(B)91.91º79.66%46.27%-
XYZ9.0314.253.14-
YUV92.3389.44110.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=32.38%
G=56.19%
B=11.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68118240.4200.800.5491.9166.227.84
Hex4476182A050365c421c
Octal104166305201206613410234
Binary1000100111011011000101010010100001101101011100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447618; }

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

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

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

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

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

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

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

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