#5E7A42

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

Shades of Dingley #5E7A42

Tints of Dingley #5E7A42

Color information

#5E7A42 (or 0x5E7A42) is unknown color: approx Dingley. HEX triplet: 5E, 7A and 42. RGB value is (94,122,66). Sum of RGB (Red+Green+Blue) = 94+122+66=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7A42 is #A185BD. Grayscale: #6B6B6B. Windows color (decimal): -10585534 or 4356702. OLE color: 4356702.

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

Color convert

RGB9412266-
CMYK0.2300.460.52
HSL90º29.79%36.86%-
HSV(B)90º45.9%47.84%-
XYZ12.5616.697.71-
YUV107.24104.72118.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=33.33%
G=43.26%
B=23.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94122660.2300.460.529029.7936.86
Hex5E7A421702E345a1e25
Octal13617210227056641323645
Binary101111011110101000010101110101110110100101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,122,66); }

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

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

 a { background-color: rgb(94,122,66); }

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

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

 span { border-color: rgb(94,122,66); }

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