#35ac42

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

Shades of Fruit Salad #35AC42

Tints of Fruit Salad #35AC42

Color information

#35AC42 (or 0x35AC42) is unknown color: approx Fruit Salad. HEX triplet: 35, AC and 42. RGB value is (53,172,66). Sum of RGB (Red+Green+Blue) = 53+172+66=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AC42 is #CA53BD. Grayscale: #7C7C7C. Windows color (decimal): -13259710 or 4369461. OLE color: 4369461.

HSL color Cylindrical-coordinate representation of color #35AC42: hue angle of 126.55º 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 #35AC42 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB5317266-
CMYK0.6900.620.33
HSL126.55º52.89%44.12%-
HSV(B)126.55º69.19%67.45%-
XYZ17.230.6610.16-
YUV124.3495.0877.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 172 (67.58% from 255) = 59.11%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=18.21%
G=59.11%
B=22.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53172660.6900.620.33126.5552.8944.12
Hex35AC424503E217f352c
Octal65254102105076411776554
Binary110101101011001000010100010101111101000011111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ac42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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