#35821E

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

Shades of Bilbao #35821E

Tints of Bilbao #35821E

Color information

#35821E (or 0x35821E) is unknown color: approx Bilbao. HEX triplet: 35, 82 and 1E. RGB value is (53,130,30). Sum of RGB (Red+Green+Blue) = 53+130+30=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #35821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35821E is #CA7DE1. Grayscale: #5F5F5F. Windows color (decimal): -13270498 or 1999413. OLE color: 1999413.

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

Color convert

RGB5313030-
CMYK0.5900.770.49
HSL106.2º62.5%31.37%-
HSV(B)106.2º76.92%50.98%-
XYZ9.6916.823.96-
YUV95.5890.9997.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=24.88%
G=61.03%
B=14.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130300.5900.770.49106.262.531.37
Hex35821E3B04D316a3e1f
Octal6520236730115611527637
Binary110101100000101111011101101001101110001110101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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