Html Css Color HEX #5E863F Dingley

📋 copy color: '#5E863F'

red 94 ◦ green 134 ◦ blue 63

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

Shades of Dingley #5E863F

Tints of Dingley #5E863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 32.3%
G = 46.05%
B = 21.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#5E863F (or 0x5E863F) is known color: Dingley. HEX triplet: 5E, 86 and 3F. RGB value is (94,134,63). Sum of RGB (Red+Green+Blue) = 94+134+63=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #5E863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E863F is #A179C0. Grayscale: #727272. Windows color (decimal): -10582465 or 4163166. OLE color: 4163166.

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

Color convert

RGB 94 134 63 -
CMYK 0.30 0 0.53 0.47
HSL 93.8º 0.36% 0.39% -
HSV(B) 93.8º 0.53% 0.53% -
XYZ 14.04 19.79 7.78 -
YUV 113.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 94 134 63 0.30 0 0.53 0.47 93.8 0.36 0.39
Hex 5E 86 3F 1E 0 35 2F 5E 24 27
Octal 136 206 77 36 0 65 57 136 44 47
Binary 1011110 10000110 111111 11110 0 110101 101111 1011110 100100 100111

Color Harmonies of #5E863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E863F

Black with #5E863F

Text Example


Text Example

White with #5E863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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