#37780F

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

Shades of Bilbao #37780F

Tints of Bilbao #37780F

Color information

#37780F (or 0x37780F) is unknown color: approx Bilbao. HEX triplet: 37, 78 and 0F. RGB value is (55,120,15). Sum of RGB (Red+Green+Blue) = 55+120+15=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #37780F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37780F is #C887F0. Grayscale: #585858. Windows color (decimal): -13142001 or 1013815. OLE color: 1013815.

HSL color Cylindrical-coordinate representation of color #37780F: hue angle of 97.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37780F is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB5512015-
CMYK0.5400.870.53
HSL97.14º77.78%26.47%-
HSV(B)97.14º87.5%47.06%-
XYZ8.3814.282.77-
YUV88.5986.47104.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 120 (47.27% from 255) = 63.16%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=28.95%
G=63.16%
B=7.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120150.5400.870.5397.1477.7826.47
Hex3778F3605735614e1a
Octal67170176601276514111632
Binary11011111110001111110110010101111101011100001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37780F; }

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

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

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

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

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

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

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

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