Html Css Color HEX #377205 Bilbao

📋 copy color: '#377205'

red 55 ◦ green 114 ◦ blue 5

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

Shades of Bilbao #377205

Tints of Bilbao #377205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 65.52%

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 31.61%
G = 65.52%
B = 2.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#377205 (or 0x377205) is known color: Bilbao. HEX triplet: 37, 72 and 05. RGB value is (55,114,5). Sum of RGB (Red+Green+Blue) = 55+114+5=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #377205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377205 is #C88DFA. Grayscale: #545454. Windows color (decimal): -13143547 or 356919. OLE color: 356919.

HSL color Cylindrical-coordinate representation of color #377205: hue angle of 92.48º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #377205 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 5 -
CMYK 0.52 0 0.96 0.55
HSL 92.48º 0.92% 0.23% -
HSV(B) 92.48º 0.96% 0.45% -
XYZ 7.62 12.86 2.22 -
YUV 83.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 55 114 5 0.52 0 0.96 0.55 92.48 0.92 0.23
Hex 37 72 5 34 0 60 37 5C 5C 17
Octal 67 162 5 64 0 140 67 134 134 27
Binary 110111 1110010 101 110100 0 1100000 110111 1011100 1011100 10111

Color Harmonies of #377205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377205

Black with #377205

Text Example


Text Example

White with #377205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377205; }

 p { color: rgb(55,114,5); }

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

background-color css

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

 a { background-color: rgb(55,114,5); }

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

border-color css

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

 span { border-color: rgb(55,114,5); }

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