#39AA45

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

Shades of Fruit Salad #39AA45

Tints of Fruit Salad #39AA45

Color information

#39AA45 (or 0x39AA45) is unknown color: approx Fruit Salad. HEX triplet: 39, AA and 45. RGB value is (57,170,69). Sum of RGB (Red+Green+Blue) = 57+170+69=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AA45 is #C655BA. Grayscale: #7C7C7C. Windows color (decimal): -12998075 or 4565561. OLE color: 4565561.

HSL color Cylindrical-coordinate representation of color #39AA45: hue angle of 126.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39AA45 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB5717069-
CMYK0.6600.590.33
HSL126.37º49.78%44.51%-
HSV(B)126.37º66.47%66.67%-
XYZ17.1430.0510.53-
YUV124.796.5679.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 170 (66.80% from 255) = 57.43%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=19.26%
G=57.43%
B=23.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57170690.6600.590.33126.3749.7844.51
Hex39AA454203B217e322d
Octal71252105102073411766255
Binary111001101010101000101100001001110111000011111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39AA45; }

 p { color: rgb(57,170,69); }

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

<style>
 a { background-color: #39AA45; }

 a { background-color: rgb(57,170,69); }

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

<style>
 span { border-color: #39AA45; }

 span { border-color: rgb(57,170,69); }

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