#34A33E

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

Shades of Fruit Salad #34A33E

Tints of Fruit Salad #34A33E

Color information

#34A33E (or 0x34A33E) is unknown color: approx Fruit Salad. HEX triplet: 34, A3 and 3E. RGB value is (52,163,62). Sum of RGB (Red+Green+Blue) = 52+163+62=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 163 (64.06% from 255 or 58.84% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 163 - color contains mainly: green. Hex color #34A33E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A33E is #CB5CC1. Grayscale: #767676. Windows color (decimal): -13327554 or 4105012. OLE color: 4105012.

HSL color Cylindrical-coordinate representation of color #34A33E: hue angle of 125.41º degrees, saturation: 0.52, 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 #34A33E is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB5216362-
CMYK0.6800.620.36
HSL125.41º51.63%42.16%-
HSV(B)125.41º68.1%63.92%-
XYZ15.3827.279.01-
YUV118.396.2380.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 163 (64.06% from 255) = 58.84%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=18.77%
G=58.84%
B=22.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52163620.6800.620.36125.4151.6342.16
Hex34A33E4403E247d342a
Octal6424376104076441756452
Binary11010010100011111110100010001111101001001111101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,62); }

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

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

 a { background-color: rgb(52,163,62); }

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

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

 span { border-color: rgb(52,163,62); }

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