Html Css Color HEX #5E863B Dingley

📋 copy color: '#5E863B'

red 94 ◦ green 134 ◦ blue 59

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

Shades of Dingley #5E863B

Tints of Dingley #5E863B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 32.75%
G = 46.69%
B = 20.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#5E863B (or 0x5E863B) is known color: Dingley. HEX triplet: 5E, 86 and 3B. RGB value is (94,134,59). Sum of RGB (Red+Green+Blue) = 94+134+59=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #5E863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E863B is #A179C4. Grayscale: #717171. Windows color (decimal): -10582469 or 3901022. OLE color: 3901022.

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

Color convert

RGB 94 134 59 -
CMYK 0.30 0 0.56 0.47
HSL 92º 0.39% 0.38% -
HSV(B) 92º 0.56% 0.53% -
XYZ 13.93 19.75 7.21 -
YUV 113.49 97.25 114.1 -
System Red Green Blue C M Y K H S L
Decimal 94 134 59 0.30 0 0.56 0.47 92 0.39 0.38
Hex 5E 86 3B 1E 0 38 2F 5C 27 26
Octal 136 206 73 36 0 70 57 134 47 46
Binary 1011110 10000110 111011 11110 0 111000 101111 1011100 100111 100110

Color Harmonies of #5E863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E863B

Black with #5E863B

Text Example


Text Example

White with #5E863B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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