#5E8E3F

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

Shades of Dingley #5E8E3F

Tints of Dingley #5E8E3F

Color information

#5E8E3F (or 0x5E8E3F) is unknown color: approx Dingley. HEX triplet: 5E, 8E and 3F. RGB value is (94,142,63). Sum of RGB (Red+Green+Blue) = 94+142+63=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8E3F is #A171C0. Grayscale: #767676. Windows color (decimal): -10580417 or 4165214. OLE color: 4165214.

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

Color convert

RGB9414263-
CMYK0.3400.560.44
HSL96.46º38.54%40.2%-
HSV(B)96.46º55.63%55.69%-
XYZ15.1922.088.16-
YUV118.6496.6110.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.44%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 63 (25% from 255) = 21.07%
R=31.44%
G=47.49%
B=21.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94142630.3400.560.4496.4638.5440.2
Hex5E8E3F220382C602728
Octal1362167742070541404750
Binary10111101000111011111110001001110001011001100000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,142,63); }

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

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

 a { background-color: rgb(94,142,63); }

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

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

 span { border-color: rgb(94,142,63); }

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