#35AA3D

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

Shades of Fruit Salad #35AA3D

Tints of Fruit Salad #35AA3D

Color information

#35AA3D (or 0x35AA3D) is unknown color: approx Fruit Salad. HEX triplet: 35, AA and 3D. RGB value is (53,170,61). Sum of RGB (Red+Green+Blue) = 53+170+61=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AA3D is #CA55C2. Grayscale: #7A7A7A. Windows color (decimal): -13260227 or 4041269. OLE color: 4041269.

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

Color convert

RGB5317061-
CMYK0.6900.640.33
HSL124.1º52.47%43.73%-
HSV(B)124.1º68.82%66.67%-
XYZ16.6929.849.3-
YUV122.5993.2478.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 170 (66.80% from 255) = 59.86%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=18.66%
G=59.86%
B=21.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170610.6900.640.33124.152.4743.73
Hex35AA3D45040217c342c
Octal65252751050100411746454
Binary110101101010101111011000101010000001000011111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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