Html Css Color HEX #5C9104 Olive Drab

📋 copy color: '#5C9104'

red 92 ◦ green 145 ◦ blue 4

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

Shades of Olive Drab #5C9104

Tints of Olive Drab #5C9104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.17%

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 38.17%
G = 60.17%
B = 1.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#5C9104 (or 0x5C9104) is known color: Olive Drab. HEX triplet: 5C, 91 and 04. RGB value is (92,145,4). Sum of RGB (Red+Green+Blue) = 92+145+4=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #5C9104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9104 is #A36EFB. Grayscale: #717171. Windows color (decimal): -10710780 or 299356. OLE color: 299356.

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

Color convert

RGB 92 145 4 -
CMYK 0.37 0 0.97 0.43
HSL 82.55º 0.95% 0.29% -
HSV(B) 82.55º 0.97% 0.57% -
XYZ 14.56 22.53 3.7 -
YUV 113.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 92 145 4 0.37 0 0.97 0.43 82.55 0.95 0.29
Hex 5C 91 4 25 0 61 2B 53 5F 1D
Octal 134 221 4 45 0 141 53 123 137 35
Binary 1011100 10010001 100 100101 0 1100001 101011 1010011 1011111 11101

Color Harmonies of #5C9104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9104

Black with #5C9104

Text Example


Text Example

White with #5C9104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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