#36821A

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

Shades of Bilbao #36821A

Tints of Bilbao #36821A

Color information

#36821A (or 0x36821A) is unknown color: approx Bilbao. HEX triplet: 36, 82 and 1A. RGB value is (54,130,26). Sum of RGB (Red+Green+Blue) = 54+130+26=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #36821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36821A is #C97DE5. Grayscale: #5F5F5F. Windows color (decimal): -13204966 or 1737270. OLE color: 1737270.

HSL color Cylindrical-coordinate representation of color #36821A: hue angle of 103.85º 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 #36821A is Cyan = 0.58, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB5413026-
CMYK0.5800.80.49
HSL103.85º66.67%30.59%-
HSV(B)103.85º80%50.98%-
XYZ9.6916.823.71-
YUV95.4288.8298.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=25.71%
G=61.90%
B=12.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130260.5800.80.49103.8566.6730.59
Hex36821A3A0503168431f
Octal66202327201206115010337
Binary1101101000001011010111010010100001100011101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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