Html Css Color HEX #5E7433 Dark Olive Green

📋 copy color: '#5E7433'

red 94 ◦ green 116 ◦ blue 51

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

Shades of Dark Olive Green #5E7433

Tints of Dark Olive Green #5E7433

RGB

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

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

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

R = 36.02%
G = 44.44%
B = 19.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#5E7433 (or 0x5E7433) is known color: Dark Olive Green. HEX triplet: 5E, 74 and 33. RGB value is (94,116,51). Sum of RGB (Red+Green+Blue) = 94+116+51=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7433 is #A18BCC. Grayscale: #666666. Windows color (decimal): -10587085 or 3372126. OLE color: 3372126.

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

Color convert

RGB 94 116 51 -
CMYK 0.19 0 0.56 0.55
HSL 80.31º 0.39% 0.33% -
HSV(B) 80.31º 0.56% 0.45% -
XYZ 11.46 15.11 5.44 -
YUV 102.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 94 116 51 0.19 0 0.56 0.55 80.31 0.39 0.33
Hex 5E 74 33 13 0 38 37 50 27 21
Octal 136 164 63 23 0 70 67 120 47 41
Binary 1011110 1110100 110011 10011 0 111000 110111 1010000 100111 100001

Color Harmonies of #5E7433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7433

Black with #5E7433

Text Example


Text Example

White with #5E7433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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