Html Css Color HEX #5E6E35 Dark Olive Green

📋 copy color: '#5E6E35'

red 94 ◦ green 110 ◦ blue 53

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

Shades of Dark Olive Green #5E6E35

Tints of Dark Olive Green #5E6E35

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.8%

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

R = 36.58%
G = 42.8%
B = 20.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#5E6E35 (or 0x5E6E35) is known color: Dark Olive Green. HEX triplet: 5E, 6E and 35. RGB value is (94,110,53). Sum of RGB (Red+Green+Blue) = 94+110+53=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E35 is #A191CA. Grayscale: #626262. Windows color (decimal): -10588619 or 3501662. OLE color: 3501662.

HSL color Cylindrical-coordinate representation of color #5E6E35: hue angle of 76.84º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E6E35 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 110 53 -
CMYK 0.15 0 0.52 0.57
HSL 76.84º 0.35% 0.32% -
HSV(B) 76.84º 0.52% 0.43% -
XYZ 10.83 13.79 5.46 -
YUV 98.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 94 110 53 0.15 0 0.52 0.57 76.84 0.35 0.32
Hex 5E 6E 35 F 0 34 39 4D 23 20
Octal 136 156 65 17 0 64 71 115 43 40
Binary 1011110 1101110 110101 1111 0 110100 111001 1001101 100011 100000

Color Harmonies of #5E6E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6E35

Black with #5E6E35

Text Example


Text Example

White with #5E6E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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