#5E7E36

Color #5E7E36 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #5E7E36

Tints of Dingley #5E7E36

Color information

#5E7E36 (or 0x5E7E36) is unknown color: approx Dingley. HEX triplet: 5E, 7E and 36. RGB value is (94,126,54). Sum of RGB (Red+Green+Blue) = 94+126+54=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7E36 is #A181C9. Grayscale: #6C6C6C. Windows color (decimal): -10584522 or 3571294. OLE color: 3571294.

HSL color Cylindrical-coordinate representation of color #5E7E36: hue angle of 86.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E7E36 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB9412654-
CMYK0.2500.570.51
HSL86.67º40%35.29%-
HSV(B)86.67º57.14%49.41%-
XYZ12.7417.576.21-
YUV108.2297.4117.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.31%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=34.31%
G=45.99%
B=19.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94126540.2500.570.5186.674035.29
Hex5E7E361903933572823
Octal1361766631071631275043
Binary101111011111101101101100101110011100111010111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7E36;
 }
 .AnyTagClassName
 {
   color: #5E7E36;
 }
</style>
background-color css

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

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

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

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

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

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