#35720A

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

Shades of Bilbao #35720A

Tints of Bilbao #35720A

Color information

#35720A (or 0x35720A) is unknown color: approx Bilbao. HEX triplet: 35, 72 and 0A. RGB value is (53,114,10). Sum of RGB (Red+Green+Blue) = 53+114+10=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #35720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35720A is #CA8DF5. Grayscale: #545454. Windows color (decimal): -13274614 or 684597. OLE color: 684597.

HSL color Cylindrical-coordinate representation of color #35720A: hue angle of 95.19º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35720A is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB5311410-
CMYK0.5400.910.55
HSL95.19º83.87%24.31%-
HSV(B)95.19º91.23%44.71%-
XYZ7.5412.812.36-
YUV83.986.29105.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 114 (44.92% from 255) = 64.41%
BLUE value IS 10 (4.30% from 255) = 5.65%
R=29.94%
G=64.41%
B=5.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114100.5400.910.5595.1983.8724.31
Hex3572A3605B375f5418
Octal65162126601336713712430
Binary11010111100101010110110010110111101111011111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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