Html Css Color HEX #5E853A Dingley

📋 copy color: '#5E853A'

red 94 ◦ green 133 ◦ blue 58

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

Shades of Dingley #5E853A

Tints of Dingley #5E853A

RGB

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

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

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

R = 32.98%
G = 46.67%
B = 20.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#5E853A (or 0x5E853A) is known color: Dingley. HEX triplet: 5E, 85 and 3A. RGB value is (94,133,58). Sum of RGB (Red+Green+Blue) = 94+133+58=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #5E853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E853A is #A17AC5. Grayscale: #717171. Windows color (decimal): -10582726 or 3835230. OLE color: 3835230.

HSL color Cylindrical-coordinate representation of color #5E853A: hue angle of 91.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E853A is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 58 -
CMYK 0.29 0 0.56 0.48
HSL 91.2º 0.39% 0.37% -
HSV(B) 91.2º 0.56% 0.52% -
XYZ 13.77 19.46 7.03 -
YUV 112.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 94 133 58 0.29 0 0.56 0.48 91.2 0.39 0.37
Hex 5E 85 3A 1D 0 38 30 5B 27 25
Octal 136 205 72 35 0 70 60 133 47 45
Binary 1011110 10000101 111010 11101 0 111000 110000 1011011 100111 100101

Color Harmonies of #5E853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E853A

Black with #5E853A

Text Example


Text Example

White with #5E853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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