Html Css Color HEX #5D7D32 Dark Olive Green

📋 copy color: '#5D7D32'

red 93 ◦ green 125 ◦ blue 50

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

Shades of Dark Olive Green #5D7D32

Tints of Dark Olive Green #5D7D32

RGB

 RED value IS 93 (36.72% from 255) = 34.7%

 GREEN value IS 125 (49.22% from 255) = 46.64%

 BLUE value IS 50 (19.92% from 255) = 18.66%

R = 34.7%
G = 46.64%
B = 18.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#5D7D32 (or 0x5D7D32) is known color: Dark Olive Green. HEX triplet: 5D, 7D and 32. RGB value is (93,125,50). Sum of RGB (Red+Green+Blue) = 93+125+50=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #5D7D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7D32 is #A282CD. Grayscale: #6B6B6B. Windows color (decimal): -10650318 or 3308893. OLE color: 3308893.

HSL color Cylindrical-coordinate representation of color #5D7D32: hue angle of 85.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D7D32 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 125 50 -
CMYK 0.26 0 0.60 0.51
HSL 85.6º 0.43% 0.34% -
HSV(B) 85.6º 0.6% 0.49% -
XYZ 12.42 17.22 5.69 -
YUV 106.88 95.9 118.1 -
System Red Green Blue C M Y K H S L
Decimal 93 125 50 0.26 0 0.60 0.51 85.6 0.43 0.34
Hex 5D 7D 32 1A 0 3C 33 56 2B 22
Octal 135 175 62 32 0 74 63 126 53 42
Binary 1011101 1111101 110010 11010 0 111100 110011 1010110 101011 100010

Color Harmonies of #5D7D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7D32

Black with #5D7D32

Text Example


Text Example

White with #5D7D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,125,50); }

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

background-color css

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

 a { background-color: rgb(93,125,50); }

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

border-color css

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

 span { border-color: rgb(93,125,50); }

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