#447916

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

Shades of Bilbao #447916

Tints of Bilbao #447916

Color information

#447916 (or 0x447916) is unknown color: approx Bilbao. HEX triplet: 44, 79 and 16. RGB value is (68,121,22). Sum of RGB (Red+Green+Blue) = 68+121+22=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #447916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447916 is #BB86E9. Grayscale: #5E5E5E. Windows color (decimal): -12289770 or 1472836. OLE color: 1472836.

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

Color convert

RGB6812122-
CMYK0.4400.820.53
HSL92.12º69.23%28.04%-
HSV(B)92.12º81.82%47.45%-
XYZ9.3714.963.15-
YUV93.8787.44109.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 121 (47.66% from 255) = 57.35%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=32.23%
G=57.35%
B=10.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68121220.4400.820.5392.1269.2328.04
Hex4479162C052355c451c
Octal104171265401226513410534
Binary1000100111100110110101100010100101101011011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447916; }

 p { color: rgb(68,121,22); }

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

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

 a { background-color: rgb(68,121,22); }

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

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

 span { border-color: rgb(68,121,22); }

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