Html Css Color HEX #5D8740 Dingley

📋 copy color: '#5D8740'

red 93 ◦ green 135 ◦ blue 64

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

Shades of Dingley #5D8740

Tints of Dingley #5D8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.23%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 31.85%
G = 46.23%
B = 21.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#5D8740 (or 0x5D8740) is known color: Dingley. HEX triplet: 5D, 87 and 40. RGB value is (93,135,64). Sum of RGB (Red+Green+Blue) = 93+135+64=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8740 is #A278BF. Grayscale: #727272. Windows color (decimal): -10647744 or 4228957. OLE color: 4228957.

HSL color Cylindrical-coordinate representation of color #5D8740: hue angle of 95.49º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D8740 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 135 64 -
CMYK 0.31 0 0.53 0.47
HSL 95.49º 0.36% 0.39% -
HSV(B) 95.49º 0.53% 0.53% -
XYZ 14.1 20.03 7.97 -
YUV 114.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 93 135 64 0.31 0 0.53 0.47 95.49 0.36 0.39
Hex 5D 87 40 1F 0 35 2F 5F 24 27
Octal 135 207 100 37 0 65 57 137 44 47
Binary 1011101 10000111 1000000 11111 0 110101 101111 1011111 100100 100111

Color Harmonies of #5D8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8740

Black with #5D8740

Text Example


Text Example

White with #5D8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,135,64); }

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

background-color css

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

 a { background-color: rgb(93,135,64); }

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

border-color css

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

 span { border-color: rgb(93,135,64); }

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