Html Css Color HEX #377007 Bilbao

📋 copy color: '#377007'

red 55 ◦ green 112 ◦ blue 7

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

Shades of Bilbao #377007

Tints of Bilbao #377007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 64.37%

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

R = 31.61%
G = 64.37%
B = 4.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#377007 (or 0x377007) is known color: Bilbao. HEX triplet: 37, 70 and 07. RGB value is (55,112,7). Sum of RGB (Red+Green+Blue) = 55+112+7=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #377007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377007 is #C88FF8. Grayscale: #535353. Windows color (decimal): -13144057 or 487479. OLE color: 487479.

HSL color Cylindrical-coordinate representation of color #377007: hue angle of 92.57º 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 #377007 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 7 -
CMYK 0.51 0 0.94 0.56
HSL 92.57º 0.88% 0.23% -
HSV(B) 92.57º 0.94% 0.44% -
XYZ 7.41 12.42 2.21 -
YUV 82.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 55 112 7 0.51 0 0.94 0.56 92.57 0.88 0.23
Hex 37 70 7 33 0 5E 38 5D 58 17
Octal 67 160 7 63 0 136 70 135 130 27
Binary 110111 1110000 111 110011 0 1011110 111000 1011101 1011000 10111

Color Harmonies of #377007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377007

Black with #377007

Text Example


Text Example

White with #377007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377007; }

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

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

background-color css

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

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

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

border-color css

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

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

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