Html Css Color HEX #376F01 Bilbao

📋 copy color: '#376F01'

red 55 ◦ green 111 ◦ blue 1

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

Shades of Bilbao #376F01

Tints of Bilbao #376F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 32.93%
G = 66.47%
B = 0.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#376F01 (or 0x376F01) is known color: Bilbao. HEX triplet: 37, 6F and 01. RGB value is (55,111,1). Sum of RGB (Red+Green+Blue) = 55+111+1=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #376F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F01 is #C890FE. Grayscale: #525252. Windows color (decimal): -13144319 or 94007. OLE color: 94007.

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

Color convert

RGB 55 111 1 -
CMYK 0.50 0 0.99 0.56
HSL 90.55º 0.98% 0.22% -
HSV(B) 90.55º 0.99% 0.44% -
XYZ 7.27 12.18 2 -
YUV 81.72 82.45 108.94 -
System Red Green Blue C M Y K H S L
Decimal 55 111 1 0.50 0 0.99 0.56 90.55 0.98 0.22
Hex 37 6F 1 32 0 63 38 5B 62 16
Octal 67 157 1 62 0 143 70 133 142 26
Binary 110111 1101111 1 110010 0 1100011 111000 1011011 1100010 10110

Color Harmonies of #376F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F01

Black with #376F01

Text Example


Text Example

White with #376F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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