#35AA3B

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

Shades of Fruit Salad #35AA3B

Tints of Fruit Salad #35AA3B

Color information

#35AA3B (or 0x35AA3B) is unknown color: approx Fruit Salad. HEX triplet: 35, AA and 3B. RGB value is (53,170,59). Sum of RGB (Red+Green+Blue) = 53+170+59=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AA3B is #CA55C4. Grayscale: #7A7A7A. Windows color (decimal): -13260229 or 3910197. OLE color: 3910197.

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

Color convert

RGB5317059-
CMYK0.6900.650.33
HSL123.08º52.47%43.73%-
HSV(B)123.08º68.82%66.67%-
XYZ16.6329.829.02-
YUV122.3692.2478.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=18.79%
G=60.28%
B=20.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170590.6900.650.33123.0852.4743.73
Hex35AA3B45041217b342c
Octal65252731050101411736454
Binary110101101010101110111000101010000011000011111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,170,59); }

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

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

 a { background-color: rgb(53,170,59); }

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

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

 span { border-color: rgb(53,170,59); }

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