#35780E

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

Shades of Bilbao #35780E

Tints of Bilbao #35780E

Color information

#35780E (or 0x35780E) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 0E. RGB value is (53,120,14). Sum of RGB (Red+Green+Blue) = 53+120+14=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 120 (47.27% from 255 or 64.17% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 120 - color contains mainly: green. Hex color #35780E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35780E is #CA87F1. Grayscale: #585858. Windows color (decimal): -13273074 or 948277. OLE color: 948277.

HSL color Cylindrical-coordinate representation of color #35780E: hue angle of 97.92º degrees, saturation: 0.79, 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 #35780E is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB5312014-
CMYK0.5600.880.53
HSL97.92º79.1%26.27%-
HSV(B)97.92º88.33%47.06%-
XYZ8.2614.222.72-
YUV87.8886.3103.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 120 (47.27% from 255) = 64.17%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=28.34%
G=64.17%
B=7.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120140.5600.880.5397.9279.126.27
Hex3578E3805835624f1a
Octal65170167001306514211732
Binary11010111110001110111000010110001101011100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35780E; }

 p { color: rgb(53,120,14); }

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

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

 a { background-color: rgb(53,120,14); }

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

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

 span { border-color: rgb(53,120,14); }

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