#5DAA72

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

Shades of Fern #5DAA72

Tints of Fern #5DAA72

Color information

#5DAA72 (or 0x5DAA72) is unknown color: approx Fern. HEX triplet: 5D, AA and 72. RGB value is (93,170,114). Sum of RGB (Red+Green+Blue) = 93+170+114=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA72 is #A2558D. Grayscale: #8C8C8C. Windows color (decimal): -10638734 or 7514717. OLE color: 7514717.

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

Color convert

RGB93170114-
CMYK0.4500.330.33
HSL136.36º31.17%51.57%-
HSV(B)136.36º45.29%66.67%-
XYZ21.9332.2921-
YUV140.59112.9994.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.67%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=24.67%
G=45.09%
B=30.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931701140.4500.330.33136.3631.1751.57
Hex5DAA722D02121881f34
Octal13525216255041412103764
Binary101110110101010111001010110101000011000011000100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,114); }

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

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

 a { background-color: rgb(93,170,114); }

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

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

 span { border-color: rgb(93,170,114); }

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