#35730A

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

Shades of Bilbao #35730A

Tints of Bilbao #35730A

Color information

#35730A (or 0x35730A) is unknown color: approx Bilbao. HEX triplet: 35, 73 and 0A. RGB value is (53,115,10). Sum of RGB (Red+Green+Blue) = 53+115+10=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #35730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35730A is #CA8CF5. Grayscale: #545454. Windows color (decimal): -13274358 or 684853. OLE color: 684853.

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

Color convert

RGB5311510-
CMYK0.5400.910.55
HSL95.43º84%24.51%-
HSV(B)95.43º91.3%45.1%-
XYZ7.6513.042.4-
YUV84.4985.96105.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 115 (45.31% from 255) = 64.61%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=29.78%
G=64.61%
B=5.62%

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
Decimal53115100.5400.910.5595.438424.51
Hex3573A3605B375f5419
Octal65163126601336713712431
Binary11010111100111010110110010110111101111011111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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