#5DA46C

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

Shades of Fern #5DA46C

Tints of Fern #5DA46C

Color information

#5DA46C (or 0x5DA46C) is unknown color: approx Fern. HEX triplet: 5D, A4 and 6C. RGB value is (93,164,108). Sum of RGB (Red+Green+Blue) = 93+164+108=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA46C is #A25B93. Grayscale: #888888. Windows color (decimal): -10640276 or 7119965. OLE color: 7119965.

HSL color Cylindrical-coordinate representation of color #5DA46C: hue angle of 132.68º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA46C is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB93164108-
CMYK0.4300.340.36
HSL132.68º28.06%50.39%-
HSV(B)132.68º43.29%64.31%-
XYZ20.529.9618.89-
YUV136.39111.9897.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=25.48%
G=44.93%
B=29.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931641080.4300.340.36132.6828.0650.39
Hex5DA46C2B02224851c32
Octal13524415453042442053462
Binary101110110100100110110010101101000101001001000010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,108); }

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

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

 a { background-color: rgb(93,164,108); }

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

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

 span { border-color: rgb(93,164,108); }

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