Html Css Color HEX #5C920D Olive Drab

📋 copy color: '#5C920D'

red 92 ◦ green 146 ◦ blue 13

#5C920D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #5C920D

Tints of Olive Drab #5C920D

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 value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#5C920D (or 0x5C920D) is known color: 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

RGB 92 146 13 -
CMYK 0.37 0 0.91 0.43
HSL 84.36º 0.84% 0.31% -
HSV(B) 84.36º 0.91% 0.57% -
XYZ 14.77 22.86 4.02 -
YUV 114.69 70.61 111.81 -
System Red Green Blue C M Y K H S L
Decimal 92 146 13 0.37 0 0.91 0.43 84.36 0.84 0.31
Hex 5C 92 D 25 0 5B 2B 54 54 1F
Octal 134 222 15 45 0 133 53 124 124 37
Binary 1011100 10010010 1101 100101 0 1011011 101011 1010100 1010100 11111

Color Harmonies of #5C920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C920D

Black with #5C920D

Text Example


Text Example

White with #5C920D

Text Example


Text Example

HTML Codes & Css Web 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>