Html Css Color HEX #377323 Bilbao

📋 copy color: '#377323'

red 55 ◦ green 115 ◦ blue 35

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

Shades of Bilbao #377323

Tints of Bilbao #377323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 26.83%
G = 56.1%
B = 17.07%

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

#377323 (or 0x377323) is known color: Bilbao. HEX triplet: 37, 73 and 23. RGB value is (55,115,35). Sum of RGB (Red+Green+Blue) = 55+115+35=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #377323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377323 is #C88CDC. Grayscale: #585858. Windows color (decimal): -13143261 or 2323255. OLE color: 2323255.

HSL color Cylindrical-coordinate representation of color #377323: hue angle of 105º degrees, saturation: 0.53, 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 #377323 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 35 -
CMYK 0.52 0 0.70 0.55
HSL 105º 0.53% 0.29% -
HSV(B) 105º 0.7% 0.45% -
XYZ 8.01 13.2 3.71 -
YUV 87.94 98.12 104.5 -
System Red Green Blue C M Y K H S L
Decimal 55 115 35 0.52 0 0.70 0.55 105 0.53 0.29
Hex 37 73 23 34 0 46 37 69 35 1D
Octal 67 163 43 64 0 106 67 151 65 35
Binary 110111 1110011 100011 110100 0 1000110 110111 1101001 110101 11101

Color Harmonies of #377323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377323

Black with #377323

Text Example


Text Example

White with #377323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377323; }

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

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

background-color css

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

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

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

border-color css

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

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

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