Html Css Color HEX #5E8036 Dingley

📋 copy color: '#5E8036'

red 94 ◦ green 128 ◦ blue 54

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

Shades of Dingley #5E8036

Tints of Dingley #5E8036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 34.06%
G = 46.38%
B = 19.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#5E8036 (or 0x5E8036) is known color: Dingley. HEX triplet: 5E, 80 and 36. RGB value is (94,128,54). Sum of RGB (Red+Green+Blue) = 94+128+54=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8036 is #A17FC9. Grayscale: #6D6D6D. Windows color (decimal): -10584010 or 3571806. OLE color: 3571806.

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

Color convert

RGB 94 128 54 -
CMYK 0.27 0 0.58 0.50
HSL 87.57º 0.41% 0.36% -
HSV(B) 87.57º 0.58% 0.5% -
XYZ 13 18.08 6.3 -
YUV 109.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 94 128 54 0.27 0 0.58 0.50 87.57 0.41 0.36
Hex 5E 80 36 1B 0 3A 32 58 29 24
Octal 136 200 66 33 0 72 62 130 51 44
Binary 1011110 10000000 110110 11011 0 111010 110010 1011000 101001 100100

Color Harmonies of #5E8036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8036

Black with #5E8036

Text Example


Text Example

White with #5E8036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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