#5C910D

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

Shades of Olive Drab #5C910D

Tints of Olive Drab #5C910D

Color information

#5C910D (or 0x5C910D) is unknown color: approx Olive Drab. HEX triplet: 5C, 91 and 0D. RGB value is (92,145,13). Sum of RGB (Red+Green+Blue) = 92+145+13=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #5C910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C910D is #A36EF2. Grayscale: #727272. Windows color (decimal): -10710771 or 889180. OLE color: 889180.

HSL color Cylindrical-coordinate representation of color #5C910D: hue angle of 84.09º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C910D is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB9214513-
CMYK0.3700.910.43
HSL84.09º83.54%30.98%-
HSV(B)84.09º91.03%56.86%-
XYZ14.6122.563.96-
YUV114.170.94112.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 145 (57.03% from 255) = 58%
BLUE value IS 13 (5.47% from 255) = 5.2%
R=36.8%
G=58%
B=5.2%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92145130.3700.910.4384.0983.5430.98
Hex5C91D2505B2B54541f
Octal134221154501335312412437
Binary1011100100100011101100101010110111010111010100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C910D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,145,13); }

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

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

 a { background-color: rgb(92,145,13); }

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

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

 span { border-color: rgb(92,145,13); }

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