Html Css Color HEX #5D7330 Dark Olive Green

📋 copy color: '#5D7330'

red 93 ◦ green 115 ◦ blue 48

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

Shades of Dark Olive Green #5D7330

Tints of Dark Olive Green #5D7330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.92%

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

R = 36.33%
G = 44.92%
B = 18.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#5D7330 (or 0x5D7330) is known color: Dark Olive Green. HEX triplet: 5D, 73 and 30. RGB value is (93,115,48). Sum of RGB (Red+Green+Blue) = 93+115+48=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7330 is #A28CCF. Grayscale: #656565. Windows color (decimal): -10652880 or 3175261. OLE color: 3175261.

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

Color convert

RGB 93 115 48 -
CMYK 0.19 0 0.58 0.55
HSL 79.7º 0.41% 0.32% -
HSV(B) 79.7º 0.58% 0.45% -
XYZ 11.18 14.8 5.06 -
YUV 100.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 93 115 48 0.19 0 0.58 0.55 79.7 0.41 0.32
Hex 5D 73 30 13 0 3A 37 50 29 20
Octal 135 163 60 23 0 72 67 120 51 40
Binary 1011101 1110011 110000 10011 0 111010 110111 1010000 101001 100000

Color Harmonies of #5D7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7330

Black with #5D7330

Text Example


Text Example

White with #5D7330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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