#3DAA36

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

Shades of Fruit Salad #3DAA36

Tints of Fruit Salad #3DAA36

Color information

#3DAA36 (or 0x3DAA36) is unknown color: approx Fruit Salad. HEX triplet: 3D, AA and 36. RGB value is (61,170,54). Sum of RGB (Red+Green+Blue) = 61+170+54=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAA36 is #C255C9. Grayscale: #7C7C7C. Windows color (decimal): -12735946 or 3582525. OLE color: 3582525.

HSL color Cylindrical-coordinate representation of color #3DAA36: hue angle of 116.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DAA36 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB6117054-
CMYK0.6400.680.33
HSL116.38º51.79%43.92%-
HSV(B)116.38º68.24%66.67%-
XYZ16.9730.018.39-
YUV124.1888.3982.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 170 (66.80% from 255) = 59.65%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=21.40%
G=59.65%
B=18.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61170540.6400.680.33116.3851.7943.92
Hex3DAA36400442174342c
Octal75252661000104411646454
Binary111101101010101101101000000010001001000011110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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