Html Css Color HEX #5D8546 Dingley

📋 copy color: '#5D8546'

red 93 ◦ green 133 ◦ blue 70

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

Shades of Dingley #5D8546

Tints of Dingley #5D8546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 31.42%
G = 44.93%
B = 23.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#5D8546 (or 0x5D8546) is known color: Dingley. HEX triplet: 5D, 85 and 46. RGB value is (93,133,70). Sum of RGB (Red+Green+Blue) = 93+133+70=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8546 is #A27AB9. Grayscale: #727272. Windows color (decimal): -10648250 or 4621661. OLE color: 4621661.

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

Color convert

RGB 93 133 70 -
CMYK 0.30 0 0.47 0.48
HSL 98.1º 0.31% 0.4% -
HSV(B) 98.1º 0.47% 0.52% -
XYZ 14.01 19.54 8.83 -
YUV 113.86 103.25 113.12 -
System Red Green Blue C M Y K H S L
Decimal 93 133 70 0.30 0 0.47 0.48 98.1 0.31 0.4
Hex 5D 85 46 1E 0 2F 30 62 1F 28
Octal 135 205 106 36 0 57 60 142 37 50
Binary 1011101 10000101 1000110 11110 0 101111 110000 1100010 11111 101000

Color Harmonies of #5D8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8546

Black with #5D8546

Text Example


Text Example

White with #5D8546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,133,70); }

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

background-color css

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

 a { background-color: rgb(93,133,70); }

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

border-color css

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

 span { border-color: rgb(93,133,70); }

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