#447B12

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

Shades of Bilbao #447B12

Tints of Bilbao #447B12

Color information

#447B12 (or 0x447B12) is unknown color: approx Bilbao. HEX triplet: 44, 7B and 12. RGB value is (68,123,18). Sum of RGB (Red+Green+Blue) = 68+123+18=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 123 (48.44% from 255 or 58.85% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 123 - color contains mainly: green. Hex color #447B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B12 is #BB84ED. Grayscale: #5E5E5E. Windows color (decimal): -12289262 or 1211204. OLE color: 1211204.

HSL color Cylindrical-coordinate representation of color #447B12: hue angle of 91.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #447B12 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB6812318-
CMYK0.4500.850.52
HSL91.43º74.47%27.65%-
HSV(B)91.43º85.37%48.24%-
XYZ9.5815.443.05-
YUV94.5884.78109.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 123 (48.44% from 255) = 58.85%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=32.54%
G=58.85%
B=8.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68123180.4500.850.5291.4374.4727.65
Hex447B122D055345b4a1c
Octal104173225501256413311234
Binary1000100111101110010101101010101011101001011011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447B12; }

 p { color: rgb(68,123,18); }

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

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

 a { background-color: rgb(68,123,18); }

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

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

 span { border-color: rgb(68,123,18); }

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