#5E8C3D

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

Shades of Dingley #5E8C3D

Tints of Dingley #5E8C3D

Color information

#5E8C3D (or 0x5E8C3D) is unknown color: approx Dingley. HEX triplet: 5E, 8C and 3D. RGB value is (94,140,61). Sum of RGB (Red+Green+Blue) = 94+140+61=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #5E8C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8C3D is #A173C2. Grayscale: #757575. Windows color (decimal): -10580931 or 4033630. OLE color: 4033630.

HSL color Cylindrical-coordinate representation of color #5E8C3D: hue angle of 94.94º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E8C3D is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB9414061-
CMYK0.3300.560.45
HSL94.94º39.3%39.41%-
HSV(B)94.94º56.43%54.9%-
XYZ14.8421.477.78-
YUV117.2496.26111.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=31.86%
G=47.46%
B=20.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94140610.3300.560.4594.9439.339.41
Hex5E8C3D210382D5f2727
Octal1362147541070551374747
Binary10111101000110011110110000101110001011011011111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,140,61); }

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

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

 a { background-color: rgb(94,140,61); }

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

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

 span { border-color: rgb(94,140,61); }

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