Html Css Color HEX #5E853E Dingley

📋 copy color: '#5E853E'

red 94 ◦ green 133 ◦ blue 62

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

Shades of Dingley #5E853E

Tints of Dingley #5E853E

RGB

 RED value IS 94 (37.11% from 255) = 32.53%

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

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 32.53%
G = 46.02%
B = 21.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#5E853E (or 0x5E853E) is known color: Dingley. HEX triplet: 5E, 85 and 3E. RGB value is (94,133,62). Sum of RGB (Red+Green+Blue) = 94+133+62=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #5E853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E853E is #A17AC1. Grayscale: #717171. Windows color (decimal): -10582722 or 4097374. OLE color: 4097374.

HSL color Cylindrical-coordinate representation of color #5E853E: hue angle of 92.96º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E853E is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 62 -
CMYK 0.29 0 0.53 0.48
HSL 92.96º 0.36% 0.38% -
HSV(B) 92.96º 0.53% 0.52% -
XYZ 13.87 19.5 7.59 -
YUV 113.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 94 133 62 0.29 0 0.53 0.48 92.96 0.36 0.38
Hex 5E 85 3E 1D 0 35 30 5D 24 26
Octal 136 205 76 35 0 65 60 135 44 46
Binary 1011110 10000101 111110 11101 0 110101 110000 1011101 100100 100110

Color Harmonies of #5E853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E853E

Black with #5E853E

Text Example


Text Example

White with #5E853E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,133,62); }

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

background-color css

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

 a { background-color: rgb(94,133,62); }

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

border-color css

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

 span { border-color: rgb(94,133,62); }

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