#437514

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

Shades of Bilbao #437514

Tints of Bilbao #437514

Color information

#437514 (or 0x437514) is unknown color: approx Bilbao. HEX triplet: 43, 75 and 14. RGB value is (67,117,20). Sum of RGB (Red+Green+Blue) = 67+117+20=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #437514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437514 is #BC8AEB. Grayscale: #5B5B5B. Windows color (decimal): -12356332 or 1340739. OLE color: 1340739.

HSL color Cylindrical-coordinate representation of color #437514: hue angle of 90.93º 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 #437514 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB6711720-
CMYK0.4300.830.54
HSL90.93º70.8%26.86%-
HSV(B)90.93º82.91%45.88%-
XYZ8.813.972.89-
YUV90.9987.94110.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 117 (46.09% from 255) = 57.35%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=32.84%
G=57.35%
B=9.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67117200.4300.830.5490.9370.826.86
Hex4375142B053365b471b
Octal103165245301236613310733
Binary1000011111010110100101011010100111101101011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437514; }

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

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

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

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

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

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

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

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