#34A237

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

Shades of Fruit Salad #34A237

Tints of Fruit Salad #34A237

Color information

#34A237 (or 0x34A237) is unknown color: approx Fruit Salad. HEX triplet: 34, A2 and 37. RGB value is (52,162,55). Sum of RGB (Red+Green+Blue) = 52+162+55=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #34A237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A237 is #CB5DC8. Grayscale: #757575. Windows color (decimal): -13327817 or 3646004. OLE color: 3646004.

HSL color Cylindrical-coordinate representation of color #34A237: hue angle of 121.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A237 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB5216255-
CMYK0.6800.660.36
HSL121.64º51.4%41.96%-
HSV(B)121.64º67.9%63.53%-
XYZ15.0326.858-
YUV116.9193.0681.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 162 (63.67% from 255) = 60.22%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=19.33%
G=60.22%
B=20.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52162550.6800.660.36121.6451.441.96
Hex34A23744042247a332a
Octal64242671040102441726352
Binary110100101000101101111000100010000101001001111010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,162,55); }

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

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

 a { background-color: rgb(52,162,55); }

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

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

 span { border-color: rgb(52,162,55); }

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