#34AA39

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

Shades of Fruit Salad #34AA39

Tints of Fruit Salad #34AA39

Color information

#34AA39 (or 0x34AA39) is unknown color: approx Fruit Salad. HEX triplet: 34, AA and 39. RGB value is (52,170,57). Sum of RGB (Red+Green+Blue) = 52+170+57=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AA39 is #CB55C6. Grayscale: #7A7A7A. Windows color (decimal): -13325767 or 3779124. OLE color: 3779124.

HSL color Cylindrical-coordinate representation of color #34AA39: hue angle of 122.54º degrees, saturation: 0.53, 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 #34AA39 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB5217057-
CMYK0.6900.660.33
HSL122.54º53.15%43.53%-
HSV(B)122.54º69.41%66.67%-
XYZ16.5329.778.75-
YUV121.8491.4178.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 170 (66.80% from 255) = 60.93%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=18.64%
G=60.93%
B=20.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52170570.6900.660.33122.5453.1543.53
Hex34AA3945042217b352c
Octal64252711050102411736554
Binary110100101010101110011000101010000101000011111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34AA39; }

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

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

<style>
 a { background-color: #34AA39; }

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

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

<style>
 span { border-color: #34AA39; }

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

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