#34A23F

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

Shades of Fruit Salad #34A23F

Tints of Fruit Salad #34A23F

Color information

#34A23F (or 0x34A23F) is unknown color: approx Fruit Salad. HEX triplet: 34, A2 and 3F. RGB value is (52,162,63). Sum of RGB (Red+Green+Blue) = 52+162+63=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #34A23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A23F is #CB5DC0. Grayscale: #767676. Windows color (decimal): -13327809 or 4170292. OLE color: 4170292.

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

Color convert

RGB5216263-
CMYK0.6800.610.36
HSL126º51.4%41.96%-
HSV(B)126º67.9%63.53%-
XYZ15.2326.939.1-
YUV117.8297.0681.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 63 (25% from 255) = 22.74%
R=18.77%
G=58.48%
B=22.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52162630.6800.610.3612651.441.96
Hex34A23F4403D247e332a
Octal6424277104075441766352
Binary11010010100010111111100010001111011001001111110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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