Html Css Color HEX #5D6E30 Dark Olive Green

📋 copy color: '#5D6E30'

red 93 ◦ green 110 ◦ blue 48

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

Shades of Dark Olive Green #5D6E30

Tints of Dark Olive Green #5D6E30

RGB

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

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

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

R = 37.05%
G = 43.82%
B = 19.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#5D6E30 (or 0x5D6E30) is known color: Dark Olive Green. HEX triplet: 5D, 6E and 30. RGB value is (93,110,48). Sum of RGB (Red+Green+Blue) = 93+110+48=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 110 - color contains mainly: green. Hex color #5D6E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6E30 is #A291CF. Grayscale: #626262. Windows color (decimal): -10654160 or 3173981. OLE color: 3173981.

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

Color convert

RGB 93 110 48 -
CMYK 0.15 0 0.56 0.57
HSL 76.45º 0.39% 0.31% -
HSV(B) 76.45º 0.56% 0.43% -
XYZ 10.62 13.69 4.88 -
YUV 97.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 93 110 48 0.15 0 0.56 0.57 76.45 0.39 0.31
Hex 5D 6E 30 F 0 38 39 4C 27 1F
Octal 135 156 60 17 0 70 71 114 47 37
Binary 1011101 1101110 110000 1111 0 111000 111001 1001100 100111 11111

Color Harmonies of #5D6E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6E30

Black with #5D6E30

Text Example


Text Example

White with #5D6E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,110,48); }

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

background-color css

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

 a { background-color: rgb(93,110,48); }

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

border-color css

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

 span { border-color: rgb(93,110,48); }

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