Html Css Color HEX #377014 Bilbao

📋 copy color: '#377014'

red 55 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #377014

Tints of Bilbao #377014

RGB

 RED value IS 55 (21.88% from 255) = 29.41%

 GREEN value IS 112 (44.14% from 255) = 59.89%

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

R = 29.41%
G = 59.89%
B = 10.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#377014 (or 0x377014) is known color: Bilbao. HEX triplet: 37, 70 and 14. RGB value is (55,112,20). Sum of RGB (Red+Green+Blue) = 55+112+20=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #377014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377014 is #C88FEB. Grayscale: #545454. Windows color (decimal): -13144044 or 1339447. OLE color: 1339447.

HSL color Cylindrical-coordinate representation of color #377014: hue angle of 97.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #377014 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 20 -
CMYK 0.51 0 0.82 0.56
HSL 97.17º 0.7% 0.26% -
HSV(B) 97.17º 0.82% 0.44% -
XYZ 7.5 12.45 2.67 -
YUV 84.47 91.62 106.98 -
System Red Green Blue C M Y K H S L
Decimal 55 112 20 0.51 0 0.82 0.56 97.17 0.7 0.26
Hex 37 70 14 33 0 52 38 61 46 1A
Octal 67 160 24 63 0 122 70 141 106 32
Binary 110111 1110000 10100 110011 0 1010010 111000 1100001 1000110 11010

Color Harmonies of #377014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377014

Black with #377014

Text Example


Text Example

White with #377014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377014; }

 p { color: rgb(55,112,20); }

 H1.HeaderClassName
 {
   color: #377014;
 }
 .AnyTagClassName
 {
   color: #377014;
 }
</style>

background-color css

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

 a { background-color: rgb(55,112,20); }

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

border-color css

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

 span { border-color: rgb(55,112,20); }

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