#5C920D

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

Shades of Olive Drab #5C920D

Tints of Olive Drab #5C920D

Color information

#5C920D (or 0x5C920D) is unknown color: approx Olive Drab. HEX triplet: 5C, 92 and 0D. RGB value is (92,146,13). Sum of RGB (Red+Green+Blue) = 92+146+13=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #5C920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C920D is #A36DF2. Grayscale: #737373. Windows color (decimal): -10710515 or 889436. OLE color: 889436.

HSL color Cylindrical-coordinate representation of color #5C920D: hue angle of 84.36º 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 #5C920D is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB9214613-
CMYK0.3700.910.43
HSL84.36º83.65%31.18%-
HSV(B)84.36º91.1%57.25%-
XYZ14.7722.864.02-
YUV114.6970.61111.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.65%
GREEN value IS 146 (57.42% from 255) = 58.17%
BLUE value IS 13 (5.47% from 255) = 5.18%
R=36.65%
G=58.17%
B=5.18%

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
Decimal92146130.3700.910.4384.3683.6531.18
Hex5C92D2505B2B54541f
Octal134222154501335312412437
Binary1011100100100101101100101010110111010111010100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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