#35821A

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

Shades of Bilbao #35821A

Tints of Bilbao #35821A

Color information

#35821A (or 0x35821A) is unknown color: approx Bilbao. HEX triplet: 35, 82 and 1A. RGB value is (53,130,26). Sum of RGB (Red+Green+Blue) = 53+130+26=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #35821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35821A is #CA7DE5. Grayscale: #5F5F5F. Windows color (decimal): -13270502 or 1737269. OLE color: 1737269.

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

Color convert

RGB5313026-
CMYK0.5900.80.49
HSL104.42º66.67%30.59%-
HSV(B)104.42º80%50.98%-
XYZ9.6416.83.71-
YUV95.1288.9997.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 130 (51.17% from 255) = 62.20%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=25.36%
G=62.20%
B=12.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130260.5900.80.49104.4266.6730.59
Hex35821A3B0503168431f
Octal65202327301206115010337
Binary1101011000001011010111011010100001100011101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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