#437414

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

Shades of Bilbao #437414

Tints of Bilbao #437414

Color information

#437414 (or 0x437414) is unknown color: approx Bilbao. HEX triplet: 43, 74 and 14. RGB value is (67,116,20). Sum of RGB (Red+Green+Blue) = 67+116+20=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #437414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437414 is #BC8BEB. Grayscale: #5A5A5A. Windows color (decimal): -12356588 or 1340483. OLE color: 1340483.

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

Color convert

RGB6711620-
CMYK0.4200.830.55
HSL90.62º70.59%26.67%-
HSV(B)90.62º82.76%45.49%-
XYZ8.6913.732.86-
YUV90.488.27111.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 116 (45.70% from 255) = 57.14%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=33.00%
G=57.14%
B=9.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67116200.4200.830.5590.6270.5926.67
Hex4374142A053375b471b
Octal103164245201236713310733
Binary1000011111010010100101010010100111101111011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437414; }

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

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

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

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

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

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

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

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