#5D8023

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

Shades of Olive Drab #5D8023

Tints of Olive Drab #5D8023

Color information

#5D8023 (or 0x5D8023) is unknown color: approx Olive Drab. HEX triplet: 5D, 80 and 23. RGB value is (93,128,35). Sum of RGB (Red+Green+Blue) = 93+128+35=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #5D8023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8023 is #A27FDC. Grayscale: #6B6B6B. Windows color (decimal): -10649565 or 2326621. OLE color: 2326621.

HSL color Cylindrical-coordinate representation of color #5D8023: hue angle of 82.58º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D8023 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB9312835-
CMYK0.2700.730.50
HSL82.58º57.06%31.96%-
HSV(B)82.58º72.66%50.2%-
XYZ12.5417.894.38-
YUV106.9387.4118.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 128 (50.39% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=36.33%
G=50%
B=13.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal93128350.2700.730.5082.5857.0631.96
Hex5D80231B04932533920
Octal13520043330111621237140
Binary10111011000000010001111011010010011100101010011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,128,35); }

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

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

 a { background-color: rgb(93,128,35); }

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

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

 span { border-color: rgb(93,128,35); }

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