#437A14

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

Shades of Bilbao #437A14

Tints of Bilbao #437A14

Color information

#437A14 (or 0x437A14) is unknown color: approx Bilbao. HEX triplet: 43, 7A and 14. RGB value is (67,122,20). Sum of RGB (Red+Green+Blue) = 67+122+20=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #437A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437A14 is #BC85EB. Grayscale: #5E5E5E. Windows color (decimal): -12355052 or 1342019. OLE color: 1342019.

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

Color convert

RGB6712220-
CMYK0.4500.840.52
HSL92.35º71.83%27.84%-
HSV(B)92.35º83.61%47.84%-
XYZ9.415.163.09-
YUV93.9386.28108.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.06%
GREEN value IS 122 (48.05% from 255) = 58.37%
BLUE value IS 20 (8.20% from 255) = 9.57%
R=32.06%
G=58.37%
B=9.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67122200.4500.840.5292.3571.8327.84
Hex437A142D054345c481c
Octal103172245501246413411034
Binary1000011111101010100101101010101001101001011100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437A14; }

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

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

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

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

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

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

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

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