Html Css Color HEX #377229 Bilbao

📋 copy color: '#377229'

red 55 ◦ green 114 ◦ blue 41

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

Shades of Bilbao #377229

Tints of Bilbao #377229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 26.19%
G = 54.29%
B = 19.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#377229 (or 0x377229) is known color: Bilbao. HEX triplet: 37, 72 and 29. RGB value is (55,114,41). Sum of RGB (Red+Green+Blue) = 55+114+41=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #377229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377229 is #C88DD6. Grayscale: #585858. Windows color (decimal): -13143511 or 2716215. OLE color: 2716215.

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

Color convert

RGB 55 114 41 -
CMYK 0.52 0 0.64 0.55
HSL 108.49º 0.47% 0.3% -
HSV(B) 108.49º 0.64% 0.45% -
XYZ 7.99 13.01 4.19 -
YUV 88.04 101.45 104.44 -
System Red Green Blue C M Y K H S L
Decimal 55 114 41 0.52 0 0.64 0.55 108.49 0.47 0.3
Hex 37 72 29 34 0 40 37 6C 2F 1E
Octal 67 162 51 64 0 100 67 154 57 36
Binary 110111 1110010 101001 110100 0 1000000 110111 1101100 101111 11110

Color Harmonies of #377229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377229

Black with #377229

Text Example


Text Example

White with #377229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377229; }

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

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

background-color css

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

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

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

border-color css

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

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

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