Html Css Color HEX #5E803A Dingley

📋 copy color: '#5E803A'

red 94 ◦ green 128 ◦ blue 58

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

Shades of Dingley #5E803A

Tints of Dingley #5E803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 33.57%
G = 45.71%
B = 20.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#5E803A (or 0x5E803A) is known color: Dingley. HEX triplet: 5E, 80 and 3A. RGB value is (94,128,58). Sum of RGB (Red+Green+Blue) = 94+128+58=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #5E803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E803A is #A17FC5. Grayscale: #6E6E6E. Windows color (decimal): -10584006 or 3833950. OLE color: 3833950.

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

Color convert

RGB 94 128 58 -
CMYK 0.27 0 0.55 0.50
HSL 89.14º 0.38% 0.36% -
HSV(B) 89.14º 0.55% 0.5% -
XYZ 13.1 18.12 6.81 -
YUV 109.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 94 128 58 0.27 0 0.55 0.50 89.14 0.38 0.36
Hex 5E 80 3A 1B 0 37 32 59 26 24
Octal 136 200 72 33 0 67 62 131 46 44
Binary 1011110 10000000 111010 11011 0 110111 110010 1011001 100110 100100

Color Harmonies of #5E803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E803A

Black with #5E803A

Text Example


Text Example

White with #5E803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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