#3FAA35

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

Shades of Fruit Salad #3FAA35

Tints of Fruit Salad #3FAA35

Color information

#3FAA35 (or 0x3FAA35) is unknown color: approx Fruit Salad. HEX triplet: 3F, AA and 35. RGB value is (63,170,53). Sum of RGB (Red+Green+Blue) = 63+170+53=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAA35 is #C055CA. Grayscale: #7D7D7D. Windows color (decimal): -12604875 or 3516991. OLE color: 3516991.

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

Color convert

RGB6317053-
CMYK0.6300.690.33
HSL114.87º52.47%43.73%-
HSV(B)114.87º68.82%66.67%-
XYZ17.0730.068.27-
YUV124.6787.5584.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 170 (66.80% from 255) = 59.44%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=22.03%
G=59.44%
B=18.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63170530.6300.690.33114.8752.4743.73
Hex3FAA353F0452173342c
Octal7725265770105411636454
Binary11111110101010110101111111010001011000011110011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FAA35; }

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

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

<style>
 a { background-color: #3FAA35; }

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

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

<style>
 span { border-color: #3FAA35; }

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

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