Html Css Color HEX #377520 Bilbao

📋 copy color: '#377520'

red 55 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #377520

Tints of Bilbao #377520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.35%

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

R = 26.96%
G = 57.35%
B = 15.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#377520 (or 0x377520) is known color: Bilbao. HEX triplet: 37, 75 and 20. RGB value is (55,117,32). Sum of RGB (Red+Green+Blue) = 55+117+32=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #377520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377520 is #C88ADF. Grayscale: #595959. Windows color (decimal): -13142752 or 2127159. OLE color: 2127159.

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

Color convert

RGB 55 117 32 -
CMYK 0.53 0 0.73 0.54
HSL 103.76º 0.57% 0.29% -
HSV(B) 103.76º 0.73% 0.46% -
XYZ 8.2 13.64 3.57 -
YUV 88.77 95.96 103.91 -
System Red Green Blue C M Y K H S L
Decimal 55 117 32 0.53 0 0.73 0.54 103.76 0.57 0.29
Hex 37 75 20 35 0 49 36 68 39 1D
Octal 67 165 40 65 0 111 66 150 71 35
Binary 110111 1110101 100000 110101 0 1001001 110110 1101000 111001 11101

Color Harmonies of #377520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377520

Black with #377520

Text Example


Text Example

White with #377520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377520; }

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

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

background-color css

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

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

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

border-color css

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

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

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