Html Css Color HEX #5E7A28 Dark Olive Green

📋 copy color: '#5E7A28'

red 94 ◦ green 122 ◦ blue 40

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

Shades of Dark Olive Green #5E7A28

Tints of Dark Olive Green #5E7A28

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.66%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 36.72%
G = 47.66%
B = 15.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#5E7A28 (or 0x5E7A28) is known color: Dark Olive Green. HEX triplet: 5E, 7A and 28. RGB value is (94,122,40). Sum of RGB (Red+Green+Blue) = 94+122+40=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7A28 is #A185D7. Grayscale: #686868. Windows color (decimal): -10585560 or 2652766. OLE color: 2652766.

HSL color Cylindrical-coordinate representation of color #5E7A28: hue angle of 80.49º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E7A28 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 122 40 -
CMYK 0.23 0 0.67 0.52
HSL 80.49º 0.51% 0.32% -
HSV(B) 80.49º 0.67% 0.48% -
XYZ 11.96 16.45 4.55 -
YUV 104.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 94 122 40 0.23 0 0.67 0.52 80.49 0.51 0.32
Hex 5E 7A 28 17 0 43 34 50 33 20
Octal 136 172 50 27 0 103 64 120 63 40
Binary 1011110 1111010 101000 10111 0 1000011 110100 1010000 110011 100000

Color Harmonies of #5E7A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7A28

Black with #5E7A28

Text Example


Text Example

White with #5E7A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,122,40); }

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

background-color css

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

 a { background-color: rgb(94,122,40); }

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

border-color css

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

 span { border-color: rgb(94,122,40); }

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