Html Css Color HEX #5E6D35 Dark Olive Green

📋 copy color: '#5E6D35'

red 94 ◦ green 109 ◦ blue 53

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

Shades of Dark Olive Green #5E6D35

Tints of Dark Olive Green #5E6D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

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

R = 36.72%
G = 42.58%
B = 20.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#5E6D35 (or 0x5E6D35) is known color: Dark Olive Green. HEX triplet: 5E, 6D and 35. RGB value is (94,109,53). Sum of RGB (Red+Green+Blue) = 94+109+53=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6D35 is #A192CA. Grayscale: #626262. Windows color (decimal): -10588875 or 3501406. OLE color: 3501406.

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

Color convert

RGB 94 109 53 -
CMYK 0.14 0 0.51 0.57
HSL 76.07º 0.35% 0.32% -
HSV(B) 76.07º 0.51% 0.43% -
XYZ 10.73 13.57 5.42 -
YUV 98.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 94 109 53 0.14 0 0.51 0.57 76.07 0.35 0.32
Hex 5E 6D 35 E 0 33 39 4C 23 20
Octal 136 155 65 16 0 63 71 114 43 40
Binary 1011110 1101101 110101 1110 0 110011 111001 1001100 100011 100000

Color Harmonies of #5E6D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6D35

Black with #5E6D35

Text Example


Text Example

White with #5E6D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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