Html Css Color HEX #5E803F Dingley

📋 copy color: '#5E803F'

red 94 ◦ green 128 ◦ blue 63

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

Shades of Dingley #5E803F

Tints of Dingley #5E803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

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

R = 32.98%
G = 44.91%
B = 22.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#5E803F (or 0x5E803F) is known color: Dingley. HEX triplet: 5E, 80 and 3F. RGB value is (94,128,63). Sum of RGB (Red+Green+Blue) = 94+128+63=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #5E803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E803F is #A17FC0. Grayscale: #6E6E6E. Windows color (decimal): -10584001 or 4161630. OLE color: 4161630.

HSL color Cylindrical-coordinate representation of color #5E803F: hue angle of 91.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E803F is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 128 63 -
CMYK 0.27 0 0.51 0.50
HSL 91.38º 0.34% 0.37% -
HSV(B) 91.38º 0.51% 0.5% -
XYZ 13.23 18.18 7.51 -
YUV 110.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 94 128 63 0.27 0 0.51 0.50 91.38 0.34 0.37
Hex 5E 80 3F 1B 0 33 32 5B 22 25
Octal 136 200 77 33 0 63 62 133 42 45
Binary 1011110 10000000 111111 11011 0 110011 110010 1011011 100010 100101

Color Harmonies of #5E803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E803F

Black with #5E803F

Text Example


Text Example

White with #5E803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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