#5D831C

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

Shades of Olive Drab #5D831C

Tints of Olive Drab #5D831C

Color information

#5D831C (or 0x5D831C) is unknown color: approx Olive Drab. HEX triplet: 5D, 83 and 1C. RGB value is (93,131,28). Sum of RGB (Red+Green+Blue) = 93+131+28=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #5D831C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D831C is #A27CE3. Grayscale: #6C6C6C. Windows color (decimal): -10648804 or 1868637. OLE color: 1868637.

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

Color convert

RGB9313128-
CMYK0.2900.790.49
HSL82.14º64.78%31.18%-
HSV(B)82.14º78.63%51.37%-
XYZ12.8418.644.02-
YUV107.982.91117.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.90%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=36.90%
G=51.98%
B=11.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93131280.2900.790.4982.1464.7831.18
Hex5D831C1D04F3152411f
Octal135203343501176112210137
Binary1011101100000111110011101010011111100011010010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,131,28); }

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

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

 a { background-color: rgb(93,131,28); }

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

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

 span { border-color: rgb(93,131,28); }

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