Html Css Color HEX #5D7428 Dark Olive Green

📋 copy color: '#5D7428'

red 93 ◦ green 116 ◦ blue 40

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

Shades of Dark Olive Green #5D7428

Tints of Dark Olive Green #5D7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

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

R = 37.35%
G = 46.59%
B = 16.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#5D7428 (or 0x5D7428) is known color: Dark Olive Green. HEX triplet: 5D, 74 and 28. RGB value is (93,116,40). Sum of RGB (Red+Green+Blue) = 93+116+40=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7428 is #A28BD7. Grayscale: #646464. Windows color (decimal): -10652632 or 2651229. OLE color: 2651229.

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

Color convert

RGB 93 116 40 -
CMYK 0.20 0 0.66 0.55
HSL 78.16º 0.49% 0.31% -
HSV(B) 78.16º 0.66% 0.45% -
XYZ 11.14 14.97 4.31 -
YUV 100.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 93 116 40 0.20 0 0.66 0.55 78.16 0.49 0.31
Hex 5D 74 28 14 0 42 37 4E 31 1F
Octal 135 164 50 24 0 102 67 116 61 37
Binary 1011101 1110100 101000 10100 0 1000010 110111 1001110 110001 11111

Color Harmonies of #5D7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7428

Black with #5D7428

Text Example


Text Example

White with #5D7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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