Html Css Color HEX #376F10 Bilbao

📋 copy color: '#376F10'

red 55 ◦ green 111 ◦ blue 16

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

Shades of Bilbao #376F10

Tints of Bilbao #376F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 30.22%
G = 60.99%
B = 8.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#376F10 (or 0x376F10) is known color: Bilbao. HEX triplet: 37, 6F and 10. RGB value is (55,111,16). Sum of RGB (Red+Green+Blue) = 55+111+16=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #376F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F10 is #C890EF. Grayscale: #535353. Windows color (decimal): -13144304 or 1077047. OLE color: 1077047.

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

Color convert

RGB 55 111 16 -
CMYK 0.50 0 0.86 0.56
HSL 95.37º 0.75% 0.25% -
HSV(B) 95.37º 0.86% 0.44% -
XYZ 7.35 12.22 2.46 -
YUV 83.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 55 111 16 0.50 0 0.86 0.56 95.37 0.75 0.25
Hex 37 6F 10 32 0 56 38 5F 4B 19
Octal 67 157 20 62 0 126 70 137 113 31
Binary 110111 1101111 10000 110010 0 1010110 111000 1011111 1001011 11001

Color Harmonies of #376F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F10

Black with #376F10

Text Example


Text Example

White with #376F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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