Html Css Color HEX #5E7C26 Dark Olive Green

📋 copy color: '#5E7C26'

red 94 ◦ green 124 ◦ blue 38

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

Shades of Dark Olive Green #5E7C26

Tints of Dark Olive Green #5E7C26

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.44%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 36.72%
G = 48.44%
B = 14.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#5E7C26 (or 0x5E7C26) is known color: Dark Olive Green. HEX triplet: 5E, 7C and 26. RGB value is (94,124,38). Sum of RGB (Red+Green+Blue) = 94+124+38=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7C26 is #A183D9. Grayscale: #696969. Windows color (decimal): -10585050 or 2522206. OLE color: 2522206.

HSL color Cylindrical-coordinate representation of color #5E7C26: hue angle of 80.93º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E7C26 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 124 38 -
CMYK 0.24 0 0.69 0.51
HSL 80.93º 0.53% 0.32% -
HSV(B) 80.93º 0.69% 0.49% -
XYZ 12.17 16.93 4.46 -
YUV 105.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 94 124 38 0.24 0 0.69 0.51 80.93 0.53 0.32
Hex 5E 7C 26 18 0 45 33 51 35 20
Octal 136 174 46 30 0 105 63 121 65 40
Binary 1011110 1111100 100110 11000 0 1000101 110011 1010001 110101 100000

Color Harmonies of #5E7C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7C26

Black with #5E7C26

Text Example


Text Example

White with #5E7C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,124,38); }

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

background-color css

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

 a { background-color: rgb(94,124,38); }

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

border-color css

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

 span { border-color: rgb(94,124,38); }

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