#35780A

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

Shades of Bilbao #35780A

Tints of Bilbao #35780A

Color information

#35780A (or 0x35780A) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 0A. RGB value is (53,120,10). Sum of RGB (Red+Green+Blue) = 53+120+10=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 120 (47.27% from 255 or 65.57% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 120 - color contains mainly: green. Hex color #35780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35780A is #CA87F5. Grayscale: #575757. Windows color (decimal): -13273078 or 686133. OLE color: 686133.

HSL color Cylindrical-coordinate representation of color #35780A: hue angle of 96.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35780A is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB5312010-
CMYK0.5600.920.53
HSL96.55º84.62%25.49%-
HSV(B)96.55º91.67%47.06%-
XYZ8.2414.212.6-
YUV87.4384.3103.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 120 (47.27% from 255) = 65.57%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=28.96%
G=65.57%
B=5.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120100.5600.920.5396.5584.6225.49
Hex3578A3805C35615519
Octal65170127001346514112531
Binary11010111110001010111000010111001101011100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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