Html Css Color HEX #377312 Bilbao

📋 copy color: '#377312'

red 55 ◦ green 115 ◦ blue 18

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

Shades of Bilbao #377312

Tints of Bilbao #377312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 29.26%
G = 61.17%
B = 9.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#377312 (or 0x377312) is known color: Bilbao. HEX triplet: 37, 73 and 12. RGB value is (55,115,18). Sum of RGB (Red+Green+Blue) = 55+115+18=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #377312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377312 is #C88CED. Grayscale: #565656. Windows color (decimal): -13143278 or 1209143. OLE color: 1209143.

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

Color convert

RGB 55 115 18 -
CMYK 0.52 0 0.84 0.55
HSL 97.11º 0.73% 0.26% -
HSV(B) 97.11º 0.84% 0.45% -
XYZ 7.82 13.12 2.69 -
YUV 86 89.62 105.89 -
System Red Green Blue C M Y K H S L
Decimal 55 115 18 0.52 0 0.84 0.55 97.11 0.73 0.26
Hex 37 73 12 34 0 54 37 61 49 1A
Octal 67 163 22 64 0 124 67 141 111 32
Binary 110111 1110011 10010 110100 0 1010100 110111 1100001 1001001 11010

Color Harmonies of #377312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377312

Black with #377312

Text Example


Text Example

White with #377312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377312; }

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

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

background-color css

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

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

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

border-color css

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

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

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