Html Css Color HEX #377720 Bilbao

📋 copy color: '#377720'

red 55 ◦ green 119 ◦ blue 32

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

Shades of Bilbao #377720

Tints of Bilbao #377720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.77%

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 26.7%
G = 57.77%
B = 15.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#377720 (or 0x377720) is known color: Bilbao. HEX triplet: 37, 77 and 20. RGB value is (55,119,32). Sum of RGB (Red+Green+Blue) = 55+119+32=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #377720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377720 is #C888DF. Grayscale: #5A5A5A. Windows color (decimal): -13142240 or 2127671. OLE color: 2127671.

HSL color Cylindrical-coordinate representation of color #377720: hue angle of 104.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377720 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 32 -
CMYK 0.54 0 0.73 0.53
HSL 104.14º 0.58% 0.3% -
HSV(B) 104.14º 0.73% 0.47% -
XYZ 8.43 14.11 3.65 -
YUV 89.95 95.3 103.07 -
System Red Green Blue C M Y K H S L
Decimal 55 119 32 0.54 0 0.73 0.53 104.14 0.58 0.3
Hex 37 77 20 36 0 49 35 68 3A 1E
Octal 67 167 40 66 0 111 65 150 72 36
Binary 110111 1110111 100000 110110 0 1001001 110101 1101000 111010 11110

Color Harmonies of #377720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377720

Black with #377720

Text Example


Text Example

White with #377720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377720; }

 p { color: rgb(55,119,32); }

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

background-color css

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

 a { background-color: rgb(55,119,32); }

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

border-color css

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

 span { border-color: rgb(55,119,32); }

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