Html Css Color HEX #376F07 Bilbao

📋 copy color: '#376F07'

red 55 ◦ green 111 ◦ blue 7

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

Shades of Bilbao #376F07

Tints of Bilbao #376F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 64.16%

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

R = 31.79%
G = 64.16%
B = 4.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#376F07 (or 0x376F07) is known color: Bilbao. HEX triplet: 37, 6F and 07. RGB value is (55,111,7). Sum of RGB (Red+Green+Blue) = 55+111+7=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 111 (43.75% from 255 or 64.16% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 111 - color contains mainly: green. Hex color #376F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F07 is #C890F8. Grayscale: #525252. Windows color (decimal): -13144313 or 487223. OLE color: 487223.

HSL color Cylindrical-coordinate representation of color #376F07: hue angle of 92.31º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #376F07 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 7 -
CMYK 0.50 0 0.94 0.56
HSL 92.31º 0.88% 0.23% -
HSV(B) 92.31º 0.94% 0.44% -
XYZ 7.3 12.2 2.17 -
YUV 82.4 85.45 108.46 -
System Red Green Blue C M Y K H S L
Decimal 55 111 7 0.50 0 0.94 0.56 92.31 0.88 0.23
Hex 37 6F 7 32 0 5E 38 5C 58 17
Octal 67 157 7 62 0 136 70 134 130 27
Binary 110111 1101111 111 110010 0 1011110 111000 1011100 1011000 10111

Color Harmonies of #376F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F07

Black with #376F07

Text Example


Text Example

White with #376F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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