Html Css Color HEX #5E7135 Dark Olive Green

📋 copy color: '#5E7135'

red 94 ◦ green 113 ◦ blue 53

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

Shades of Dark Olive Green #5E7135

Tints of Dark Olive Green #5E7135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

 BLUE value IS 53 (21.09% from 255) = 20.38%

R = 36.15%
G = 43.46%
B = 20.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#5E7135 (or 0x5E7135) is known color: Dark Olive Green. HEX triplet: 5E, 71 and 35. RGB value is (94,113,53). Sum of RGB (Red+Green+Blue) = 94+113+53=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7135 is #A18ECA. Grayscale: #646464. Windows color (decimal): -10587851 or 3502430. OLE color: 3502430.

HSL color Cylindrical-coordinate representation of color #5E7135: hue angle of 79º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E7135 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 53 -
CMYK 0.17 0 0.53 0.56
HSL 79º 0.36% 0.33% -
HSV(B) 79º 0.53% 0.44% -
XYZ 11.16 14.45 5.57 -
YUV 100.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 94 113 53 0.17 0 0.53 0.56 79 0.36 0.33
Hex 5E 71 35 11 0 35 38 4F 24 21
Octal 136 161 65 21 0 65 70 117 44 41
Binary 1011110 1110001 110101 10001 0 110101 111000 1001111 100100 100001

Color Harmonies of #5E7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7135

Black with #5E7135

Text Example


Text Example

White with #5E7135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,53); }

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

background-color css

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

 a { background-color: rgb(94,113,53); }

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

border-color css

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

 span { border-color: rgb(94,113,53); }

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