#35ac47

Color #35AC47 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #35AC47

Tints of Fruit Salad #35AC47

Color information

#35AC47 (or 0x35AC47) is unknown color: approx Fruit Salad. HEX triplet: 35, AC and 47. RGB value is (53,172,71). Sum of RGB (Red+Green+Blue) = 53+172+71=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AC47 is #CA53B8. Grayscale: #7D7D7D. Windows color (decimal): -13259705 or 4697141. OLE color: 4697141.

HSL color Cylindrical-coordinate representation of color #35AC47: hue angle of 129.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC47 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB5317271-
CMYK0.6900.590.33
HSL129.08º52.89%44.12%-
HSV(B)129.08º69.19%67.45%-
XYZ17.3630.7210.98-
YUV124.997.5876.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 172 (67.58% from 255) = 58.11%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=17.91%
G=58.11%
B=23.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53172710.6900.590.33129.0852.8944.12
Hex35AC474503B2181352c
Octal65254107105073412016554
Binary1101011010110010001111000101011101110000110000001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ac47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35ac47; }

 p { color: rgb(53,172,71); }

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

<style>
 a { background-color: #35ac47; }

 a { background-color: rgb(53,172,71); }

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

<style>
 span { border-color: #35ac47; }

 span { border-color: rgb(53,172,71); }

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