#5C9500

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

Shades of Olive Drab #5C9500

Tints of Olive Drab #5C9500

Color information

#5C9500 (or 0x5C9500) is unknown color: approx 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

RGB921490-
CMYK0.38010.42
HSL82.95º100%29.22%-
HSV(B)82.95º100%58.43%-
XYZ15.1623.773.79-
YUV114.9763.12111.62-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9214900.38010.4282.9510029.22
Hex5C950260642A53641d
Octal13422504601445212314435
Binary1011100100101010100110011001001010101010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>