Html Css Color HEX #5D7528 Dark Olive Green

📋 copy color: '#5D7528'

red 93 ◦ green 117 ◦ blue 40

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

Shades of Dark Olive Green #5D7528

Tints of Dark Olive Green #5D7528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 37.2%
G = 46.8%
B = 16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#5D7528 (or 0x5D7528) is known color: Dark Olive Green. HEX triplet: 5D, 75 and 28. RGB value is (93,117,40). Sum of RGB (Red+Green+Blue) = 93+117+40=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7528 is #A28AD7. Grayscale: #656565. Windows color (decimal): -10652376 or 2651485. OLE color: 2651485.

HSL color Cylindrical-coordinate representation of color #5D7528: hue angle of 78.7º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D7528 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 117 40 -
CMYK 0.21 0 0.66 0.54
HSL 78.7º 0.49% 0.31% -
HSV(B) 78.7º 0.66% 0.46% -
XYZ 11.26 15.2 4.35 -
YUV 101.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 93 117 40 0.21 0 0.66 0.54 78.7 0.49 0.31
Hex 5D 75 28 15 0 42 36 4F 31 1F
Octal 135 165 50 25 0 102 66 117 61 37
Binary 1011101 1110101 101000 10101 0 1000010 110110 1001111 110001 11111

Color Harmonies of #5D7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7528

Black with #5D7528

Text Example


Text Example

White with #5D7528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,117,40); }

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

background-color css

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

 a { background-color: rgb(93,117,40); }

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

border-color css

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

 span { border-color: rgb(93,117,40); }

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