#447514

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

Shades of Bilbao #447514

Tints of Bilbao #447514

Color information

#447514 (or 0x447514) is unknown color: approx Bilbao. HEX triplet: 44, 75 and 14. RGB value is (68,117,20). Sum of RGB (Red+Green+Blue) = 68+117+20=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #447514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447514 is #BB8AEB. Grayscale: #5B5B5B. Windows color (decimal): -12290796 or 1340740. OLE color: 1340740.

HSL color Cylindrical-coordinate representation of color #447514: hue angle of 90.31º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #447514 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB6811720-
CMYK0.4200.830.54
HSL90.31º70.8%26.86%-
HSV(B)90.31º82.91%45.88%-
XYZ8.87142.9-
YUV91.2987.77111.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=33.17%
G=57.07%
B=9.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117200.4200.830.5490.3170.826.86
Hex4475142A053365a471b
Octal104165245201236613210733
Binary1000100111010110100101010010100111101101011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447514; }

 p { color: rgb(68,117,20); }

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

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

 a { background-color: rgb(68,117,20); }

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

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

 span { border-color: rgb(68,117,20); }

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