Html Css Color HEX #437414 Bilbao

📋 copy color: '#437414'

red 67 ◦ green 116 ◦ blue 20

#437414
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #437414

Tints of Bilbao #437414

RGB

 RED value IS 67 (26.56% from 255) = 33%

 GREEN value IS 116 (45.7% from 255) = 57.14%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 33%
G = 57.14%
B = 9.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#437414 (or 0x437414) is known color: 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

RGB 67 116 20 -
CMYK 0.42 0 0.83 0.55
HSL 90.63º 0.71% 0.27% -
HSV(B) 90.63º 0.83% 0.45% -
XYZ 8.69 13.73 2.86 -
YUV 90.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 67 116 20 0.42 0 0.83 0.55 90.63 0.71 0.27
Hex 43 74 14 2A 0 53 37 5B 47 1B
Octal 103 164 24 52 0 123 67 133 107 33
Binary 1000011 1110100 10100 101010 0 1010011 110111 1011011 1000111 11011

Color Harmonies of #437414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437414

Black with #437414

Text Example


Text Example

White with #437414

Text Example


Text Example

HTML Codes & Css Web 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>