Html Css Color HEX #376B07 Bilbao

📋 copy color: '#376B07'

red 55 ◦ green 107 ◦ blue 7

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

Shades of Bilbao #376B07

Tints of Bilbao #376B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.14%

R = 32.54%
G = 63.31%
B = 4.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#376B07 (or 0x376B07) is known color: Bilbao. HEX triplet: 37, 6B and 07. RGB value is (55,107,7). Sum of RGB (Red+Green+Blue) = 55+107+7=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 107 (42.19% from 255 or 63.31% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 107 - color contains mainly: green. Hex color #376B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B07 is #C894F8. Grayscale: #505050. Windows color (decimal): -13145337 or 486199. OLE color: 486199.

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

Color convert

RGB 55 107 7 -
CMYK 0.49 0 0.93 0.58
HSL 91.2º 0.88% 0.22% -
HSV(B) 91.2º 0.93% 0.42% -
XYZ 6.87 11.34 2.03 -
YUV 80.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 55 107 7 0.49 0 0.93 0.58 91.2 0.88 0.22
Hex 37 6B 7 31 0 5D 3A 5B 58 16
Octal 67 153 7 61 0 135 72 133 130 26
Binary 110111 1101011 111 110001 0 1011101 111010 1011011 1011000 10110

Color Harmonies of #376B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B07

Black with #376B07

Text Example


Text Example

White with #376B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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