Html Css Color HEX #5E7933 Dark Olive Green

📋 copy color: '#5E7933'

red 94 ◦ green 121 ◦ blue 51

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

Shades of Dark Olive Green #5E7933

Tints of Dark Olive Green #5E7933

RGB

 RED value IS 94 (37.11% from 255) = 35.34%

 GREEN value IS 121 (47.66% from 255) = 45.49%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 35.34%
G = 45.49%
B = 19.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#5E7933 (or 0x5E7933) is known color: Dark Olive Green. HEX triplet: 5E, 79 and 33. RGB value is (94,121,51). Sum of RGB (Red+Green+Blue) = 94+121+51=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7933 is #A186CC. Grayscale: #696969. Windows color (decimal): -10585805 or 3373406. OLE color: 3373406.

HSL color Cylindrical-coordinate representation of color #5E7933: hue angle of 83.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7933 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 121 51 -
CMYK 0.22 0 0.58 0.53
HSL 83.14º 0.41% 0.34% -
HSV(B) 83.14º 0.58% 0.47% -
XYZ 12.05 16.29 5.64 -
YUV 104.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 94 121 51 0.22 0 0.58 0.53 83.14 0.41 0.34
Hex 5E 79 33 16 0 3A 35 53 29 22
Octal 136 171 63 26 0 72 65 123 51 42
Binary 1011110 1111001 110011 10110 0 111010 110101 1010011 101001 100010

Color Harmonies of #5E7933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7933

Black with #5E7933

Text Example


Text Example

White with #5E7933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,121,51); }

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

background-color css

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

 a { background-color: rgb(94,121,51); }

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

border-color css

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

 span { border-color: rgb(94,121,51); }

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