#3DAA35

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

Shades of Fruit Salad #3DAA35

Tints of Fruit Salad #3DAA35

Color information

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

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

Color convert

RGB6117053-
CMYK0.6400.690.33
HSL115.9º52.47%43.73%-
HSV(B)115.9º68.82%66.67%-
XYZ16.94308.27-
YUV124.0787.8983.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61170530.6400.690.33115.952.4743.73
Hex3DAA35400452174342c
Octal75252651000105411646454
Binary111101101010101101011000000010001011000011110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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