Html Css Color HEX #5E7430 Dark Olive Green

📋 copy color: '#5E7430'

red 94 ◦ green 116 ◦ blue 48

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

Shades of Dark Olive Green #5E7430

Tints of Dark Olive Green #5E7430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 36.43%
G = 44.96%
B = 18.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#5E7430 (or 0x5E7430) is known color: Dark Olive Green. HEX triplet: 5E, 74 and 30. RGB value is (94,116,48). Sum of RGB (Red+Green+Blue) = 94+116+48=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7430 is #A18BCF. Grayscale: #656565. Windows color (decimal): -10587088 or 3175518. OLE color: 3175518.

HSL color Cylindrical-coordinate representation of color #5E7430: hue angle of 79.41º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E7430 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 48 -
CMYK 0.19 0 0.59 0.55
HSL 79.41º 0.41% 0.32% -
HSV(B) 79.41º 0.59% 0.45% -
XYZ 11.39 15.08 5.11 -
YUV 101.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 94 116 48 0.19 0 0.59 0.55 79.41 0.41 0.32
Hex 5E 74 30 13 0 3B 37 4F 29 20
Octal 136 164 60 23 0 73 67 117 51 40
Binary 1011110 1110100 110000 10011 0 111011 110111 1001111 101001 100000

Color Harmonies of #5E7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7430

Black with #5E7430

Text Example


Text Example

White with #5E7430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,48); }

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

background-color css

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

 a { background-color: rgb(94,116,48); }

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

border-color css

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

 span { border-color: rgb(94,116,48); }

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