Html Css Color HEX #376B0D Bilbao

📋 copy color: '#376B0D'

red 55 ◦ green 107 ◦ blue 13

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

Shades of Bilbao #376B0D

Tints of Bilbao #376B0D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 61.14%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 31.43%
G = 61.14%
B = 7.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#376B0D (or 0x376B0D) is known color: Bilbao. HEX triplet: 37, 6B and 0D. RGB value is (55,107,13). Sum of RGB (Red+Green+Blue) = 55+107+13=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #376B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B0D is #C894F2. Grayscale: #515151. Windows color (decimal): -13145331 or 879415. OLE color: 879415.

HSL color Cylindrical-coordinate representation of color #376B0D: hue angle of 93.19º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #376B0D is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 107 13 -
CMYK 0.49 0 0.88 0.58
HSL 93.19º 0.78% 0.24% -
HSV(B) 93.19º 0.88% 0.42% -
XYZ 6.91 11.36 2.21 -
YUV 80.74 89.77 109.64 -
System Red Green Blue C M Y K H S L
Decimal 55 107 13 0.49 0 0.88 0.58 93.19 0.78 0.24
Hex 37 6B D 31 0 58 3A 5D 4E 18
Octal 67 153 15 61 0 130 72 135 116 30
Binary 110111 1101011 1101 110001 0 1011000 111010 1011101 1001110 11000

Color Harmonies of #376B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B0D

Black with #376B0D

Text Example


Text Example

White with #376B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376B0D; }

 p { color: rgb(55,107,13); }

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

background-color css

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

 a { background-color: rgb(55,107,13); }

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

border-color css

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

 span { border-color: rgb(55,107,13); }

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