Html Css Color HEX #5C9500 Olive Drab

📋 copy color: '#5C9500'

red 92 ◦ green 149 ◦ blue 0

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

Shades of Olive Drab #5C9500

Tints of Olive Drab #5C9500

RGB

 RED value IS 92 (36.33% from 255) = 38.17%

 GREEN value IS 149 (58.59% from 255) = 61.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.17%
G = 61.83%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#5C9500 (or 0x5C9500) is known color: Olive Drab. HEX triplet: 5C, 95 and 00. RGB value is (92,149,0). Sum of RGB (Red+Green+Blue) = 92+149+0=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9500 is #A36AFF. Grayscale: #737373. Windows color (decimal): -10709760 or 38236. OLE color: 38236.

HSL color Cylindrical-coordinate representation of color #5C9500: hue angle of 82.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C9500 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 149 0 -
CMYK 0.38 0 1 0.42
HSL 82.95º 1% 0.29% -
HSV(B) 82.95º 1% 0.58% -
XYZ 15.16 23.77 3.79 -
YUV 114.97 63.12 111.62 -
System Red Green Blue C M Y K H S L
Decimal 92 149 0 0.38 0 1 0.42 82.95 1 0.29
Hex 5C 95 0 26 0 64 2A 53 64 1D
Octal 134 225 0 46 0 144 52 123 144 35
Binary 1011100 10010101 0 100110 0 1100100 101010 1010011 1100100 11101

Color Harmonies of #5C9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9500

Black with #5C9500

Text Example


Text Example

White with #5C9500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,149,0); }

 H1.HeaderClassName
 {
   color: #5C9500;
 }
 .AnyTagClassName
 {
   color: #5C9500;
 }
</style>

background-color css

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

 a { background-color: rgb(92,149,0); }

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

border-color css

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

 span { border-color: rgb(92,149,0); }

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