Html Css Color HEX #5E853F Dingley

📋 copy color: '#5E853F'

red 94 ◦ green 133 ◦ blue 63

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

Shades of Dingley #5E853F

Tints of Dingley #5E853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.72%

R = 32.41%
G = 45.86%
B = 21.72%

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

#5E853F (or 0x5E853F) is known color: Dingley. HEX triplet: 5E, 85 and 3F. RGB value is (94,133,63). Sum of RGB (Red+Green+Blue) = 94+133+63=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #5E853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E853F is #A17AC0. Grayscale: #717171. Windows color (decimal): -10582721 or 4162910. OLE color: 4162910.

HSL color Cylindrical-coordinate representation of color #5E853F: hue angle of 93.43º 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 #5E853F is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 63 -
CMYK 0.29 0 0.53 0.48
HSL 93.43º 0.36% 0.38% -
HSV(B) 93.43º 0.53% 0.52% -
XYZ 13.9 19.51 7.74 -
YUV 113.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 94 133 63 0.29 0 0.53 0.48 93.43 0.36 0.38
Hex 5E 85 3F 1D 0 35 30 5D 24 26
Octal 136 205 77 35 0 65 60 135 44 46
Binary 1011110 10000101 111111 11101 0 110101 110000 1011101 100100 100110

Color Harmonies of #5E853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E853F

Black with #5E853F

Text Example


Text Example

White with #5E853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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