Html Css Color HEX #377322 Bilbao

📋 copy color: '#377322'

red 55 ◦ green 115 ◦ blue 34

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

Shades of Bilbao #377322

Tints of Bilbao #377322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.37%

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 26.96%
G = 56.37%
B = 16.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#377322 (or 0x377322) is known color: Bilbao. HEX triplet: 37, 73 and 22. RGB value is (55,115,34). Sum of RGB (Red+Green+Blue) = 55+115+34=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #377322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377322 is #C88CDD. Grayscale: #585858. Windows color (decimal): -13143262 or 2257719. OLE color: 2257719.

HSL color Cylindrical-coordinate representation of color #377322: hue angle of 104.44º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377322 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 34 -
CMYK 0.52 0 0.70 0.55
HSL 104.44º 0.54% 0.29% -
HSV(B) 104.44º 0.7% 0.45% -
XYZ 8 13.19 3.64 -
YUV 87.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 55 115 34 0.52 0 0.70 0.55 104.44 0.54 0.29
Hex 37 73 22 34 0 46 37 68 36 1D
Octal 67 163 42 64 0 106 67 150 66 35
Binary 110111 1110011 100010 110100 0 1000110 110111 1101000 110110 11101

Color Harmonies of #377322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377322

Black with #377322

Text Example


Text Example

White with #377322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377322; }

 p { color: rgb(55,115,34); }

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

background-color css

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

 a { background-color: rgb(55,115,34); }

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

border-color css

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

 span { border-color: rgb(55,115,34); }

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