#377800

Color #377800 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #377800

Tints of Bilbao #377800

Color information

#377800 (or 0x377800) is unknown color: approx Bilbao. HEX triplet: 37, 78 and 00. RGB value is (55,120,0). Sum of RGB (Red+Green+Blue) = 55+120+0=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 120 (47.27% from 255 or 68.57% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 120 - color contains mainly: green. Hex color #377800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377800 is #C887FF. Grayscale: #575757. Windows color (decimal): -13142016 or 30775. OLE color: 30775.

HSL color Cylindrical-coordinate representation of color #377800: hue angle of 92.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #377800 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB551200-
CMYK0.54010.53
HSL92.5º100%23.53%-
HSV(B)92.5º100%47.06%-
XYZ8.2914.252.31-
YUV86.8878.97105.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 120 (47.27% from 255) = 68.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.43%
G=68.57%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5512000.54010.5392.510023.53
Hex3778036064355c6418
Octal6717006601446513414430
Binary11011111110000110110011001001101011011100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377800; }

 p { color: rgb(55,120,0); }

 H1.HeaderClassName
 {
   color: #377800;
 }
 .AnyTagClassName
 {
   color: #377800;
 }
</style>
background-color css

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

 a { background-color: rgb(55,120,0); }

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

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

 span { border-color: rgb(55,120,0); }

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