#5A903D

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

Shades of Dingley #5A903D

Tints of Dingley #5A903D

Color information

#5A903D (or 0x5A903D) is unknown color: approx Dingley. HEX triplet: 5A, 90 and 3D. RGB value is (90,144,61). Sum of RGB (Red+Green+Blue) = 90+144+61=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #5A903D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A903D is #A56FC2. Grayscale: #767676. Windows color (decimal): -10842051 or 4034650. OLE color: 4034650.

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

Color convert

RGB9014461-
CMYK0.3700.580.44
HSL99.04º40.49%40.2%-
HSV(B)99.04º57.64%56.47%-
XYZ15.0322.467.96-
YUV118.3995.61107.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 144 (56.64% from 255) = 48.81%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=30.51%
G=48.81%
B=20.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90144610.3700.580.4499.0440.4940.2
Hex5A903D2503A2C632828
Octal1322207545072541435050
Binary10110101001000011110110010101110101011001100011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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