#5D821B

Color #5D821B Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5D821B

Tints of Olive Drab #5D821B

Color information

#5D821B (or 0x5D821B) is unknown color: approx Olive Drab. HEX triplet: 5D, 82 and 1B. RGB value is (93,130,27). Sum of RGB (Red+Green+Blue) = 93+130+27=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #5D821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D821B is #A27DE4. Grayscale: #6B6B6B. Windows color (decimal): -10649061 or 1802845. OLE color: 1802845.

HSL color Cylindrical-coordinate representation of color #5D821B: hue angle of 81.55º 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 #5D821B is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB9313027-
CMYK0.2800.790.49
HSL81.55º65.61%30.78%-
HSV(B)81.55º79.23%50.98%-
XYZ12.6918.373.91-
YUV107.282.74117.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.2%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=37.2%
G=52%
B=10.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93130270.2800.790.4981.5565.6130.78
Hex5D821B1C04F3152421f
Octal135202333401176112210237
Binary1011101100000101101111100010011111100011010010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D821B; }

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

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

<style>
 a { background-color: #5D821B; }

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

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

<style>
 span { border-color: #5D821B; }

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

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