#35821F

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

Shades of Bilbao #35821F

Tints of Bilbao #35821F

Color information

#35821F (or 0x35821F) is unknown color: approx Bilbao. HEX triplet: 35, 82 and 1F. RGB value is (53,130,31). Sum of RGB (Red+Green+Blue) = 53+130+31=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #35821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35821F is #CA7DE0. Grayscale: #606060. Windows color (decimal): -13270497 or 2064949. OLE color: 2064949.

HSL color Cylindrical-coordinate representation of color #35821F: hue angle of 106.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35821F is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB5313031-
CMYK0.5900.760.49
HSL106.67º61.49%31.57%-
HSV(B)106.67º76.15%50.98%-
XYZ9.716.824.03-
YUV95.6991.4997.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=24.77%
G=60.75%
B=14.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130310.5900.760.49106.6761.4931.57
Hex35821F3B04C316b3d20
Octal6520237730114611537540
Binary1101011000001011111111011010011001100011101011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35821F; }

 p { color: rgb(53,130,31); }

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

<style>
 a { background-color: #35821F; }

 a { background-color: rgb(53,130,31); }

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

<style>
 span { border-color: #35821F; }

 span { border-color: rgb(53,130,31); }

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