#36821B

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

Shades of Bilbao #36821B

Tints of Bilbao #36821B

Color information

#36821B (or 0x36821B) is unknown color: approx Bilbao. HEX triplet: 36, 82 and 1B. RGB value is (54,130,27). Sum of RGB (Red+Green+Blue) = 54+130+27=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #36821B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36821B is #C97DE4. Grayscale: #5F5F5F. Windows color (decimal): -13204965 or 1802806. OLE color: 1802806.

HSL color Cylindrical-coordinate representation of color #36821B: hue angle of 104.27º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36821B is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB5413027-
CMYK0.5800.790.49
HSL104.27º65.61%30.78%-
HSV(B)104.27º79.23%50.98%-
XYZ9.716.833.77-
YUV95.5389.3298.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 130 (51.17% from 255) = 61.61%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=25.59%
G=61.61%
B=12.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130270.5800.790.49104.2765.6130.78
Hex36821B3A04F3168421f
Octal66202337201176115010237
Binary1101101000001011011111010010011111100011101000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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