#35890f

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

Shades of Bilbao #35890F

Tints of Bilbao #35890F

Color information

#35890F (or 0x35890F) is unknown color: approx Bilbao. HEX triplet: 35, 89 and 0F. RGB value is (53,137,15). Sum of RGB (Red+Green+Blue) = 53+137+15=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #35890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35890F is #CA76F0. Grayscale: #626262. Windows color (decimal): -13268721 or 1018165. OLE color: 1018165.

HSL color Cylindrical-coordinate representation of color #35890F: hue angle of 101.31º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35890F is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB5313715-
CMYK0.6100.890.46
HSL101.31º80.26%29.8%-
HSV(B)101.31º89.05%53.73%-
XYZ10.518.683.5-
YUV97.9881.1795.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 137 (53.91% from 255) = 66.83%
BLUE value IS 15 (6.25% from 255) = 7.32%
R=25.85%
G=66.83%
B=7.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53137150.6100.890.46101.3180.2629.8
Hex3589F3D0592E65501e
Octal65211177501315614512036
Binary110101100010011111111101010110011011101100101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35890f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35890f; }

 p { color: rgb(53,137,15); }

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

<style>
 a { background-color: #35890f; }

 a { background-color: rgb(53,137,15); }

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

<style>
 span { border-color: #35890f; }

 span { border-color: rgb(53,137,15); }

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