#5A8E3D

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

Shades of Dingley #5A8E3D

Tints of Dingley #5A8E3D

Color information

#5A8E3D (or 0x5A8E3D) is unknown color: approx Dingley. HEX triplet: 5A, 8E and 3D. RGB value is (90,142,61). Sum of RGB (Red+Green+Blue) = 90+142+61=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #5A8E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8E3D is #A571C2. Grayscale: #757575. Windows color (decimal): -10842563 or 4034138. OLE color: 4034138.

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

Color convert

RGB9014261-
CMYK0.3700.570.44
HSL98.52º39.9%39.8%-
HSV(B)98.52º57.04%55.69%-
XYZ14.7321.867.86-
YUV117.2296.27108.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 142 (55.86% from 255) = 48.46%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=30.72%
G=48.46%
B=20.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90142610.3700.570.4498.5239.939.8
Hex5A8E3D250392C632828
Octal1322167545071541435050
Binary10110101000111011110110010101110011011001100011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,142,61); }

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

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

 a { background-color: rgb(90,142,61); }

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

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

 span { border-color: rgb(90,142,61); }

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