Html Css Color HEX #5D8741 Dingley

📋 copy color: '#5D8741'

red 93 ◦ green 135 ◦ blue 65

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

Shades of Dingley #5D8741

Tints of Dingley #5D8741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 31.74%
G = 46.08%
B = 22.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#5D8741 (or 0x5D8741) is known color: Dingley. HEX triplet: 5D, 87 and 41. RGB value is (93,135,65). Sum of RGB (Red+Green+Blue) = 93+135+65=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8741 is #A278BE. Grayscale: #727272. Windows color (decimal): -10647743 or 4294493. OLE color: 4294493.

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

Color convert

RGB 93 135 65 -
CMYK 0.31 0 0.52 0.47
HSL 96º 0.35% 0.39% -
HSV(B) 96º 0.52% 0.53% -
XYZ 14.13 20.04 8.12 -
YUV 114.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 93 135 65 0.31 0 0.52 0.47 96 0.35 0.39
Hex 5D 87 41 1F 0 34 2F 60 23 27
Octal 135 207 101 37 0 64 57 140 43 47
Binary 1011101 10000111 1000001 11111 0 110100 101111 1100000 100011 100111

Color Harmonies of #5D8741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8741

Black with #5D8741

Text Example


Text Example

White with #5D8741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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