#34A03A

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

Shades of Fruit Salad #34A03A

Tints of Fruit Salad #34A03A

Color information

#34A03A (or 0x34A03A) is unknown color: approx Fruit Salad. HEX triplet: 34, A0 and 3A. RGB value is (52,160,58). Sum of RGB (Red+Green+Blue) = 52+160+58=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #34A03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A03A is #CB5FC5. Grayscale: #747474. Windows color (decimal): -13328326 or 3842100. OLE color: 3842100.

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

Color convert

RGB5216058-
CMYK0.6800.640.37
HSL123.33º50.94%41.57%-
HSV(B)123.33º67.5%62.75%-
XYZ14.7526.188.28-
YUV116.0895.2282.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 160 (62.89% from 255) = 59.26%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=19.26%
G=59.26%
B=21.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52160580.6800.640.37123.3350.9441.57
Hex34A03A44040257b332a
Octal64240721040100451736352
Binary110100101000001110101000100010000001001011111011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,160,58); }

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

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

 a { background-color: rgb(52,160,58); }

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

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

 span { border-color: rgb(52,160,58); }

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