#34AC41

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

Shades of Fruit Salad #34AC41

Tints of Fruit Salad #34AC41

Color information

#34AC41 (or 0x34AC41) is unknown color: approx Fruit Salad. HEX triplet: 34, AC and 41. RGB value is (52,172,65). Sum of RGB (Red+Green+Blue) = 52+172+65=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC41 is #CB53BE. Grayscale: #7C7C7C. Windows color (decimal): -13325247 or 4303924. OLE color: 4303924.

HSL color Cylindrical-coordinate representation of color #34AC41: hue angle of 126.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AC41 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB5217265-
CMYK0.7000.620.33
HSL126.5º53.57%43.92%-
HSV(B)126.5º69.77%67.45%-
XYZ17.1230.6210.01-
YUV123.9294.7476.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 172 (67.58% from 255) = 59.52%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=17.99%
G=59.52%
B=22.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52172650.7000.620.33126.553.5743.92
Hex34AC414603E217e362c
Octal64254101106076411766654
Binary110100101011001000001100011001111101000011111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,172,65); }

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

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

 a { background-color: rgb(52,172,65); }

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

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

 span { border-color: rgb(52,172,65); }

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