#34A33D

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

Shades of Fruit Salad #34A33D

Tints of Fruit Salad #34A33D

Color information

#34A33D (or 0x34A33D) is unknown color: approx Fruit Salad. HEX triplet: 34, A3 and 3D. RGB value is (52,163,61). Sum of RGB (Red+Green+Blue) = 52+163+61=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 163 (64.06% from 255 or 59.06% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 163 - color contains mainly: green. Hex color #34A33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A33D is #CB5CC2. Grayscale: #767676. Windows color (decimal): -13327555 or 4039476. OLE color: 4039476.

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

Color convert

RGB5216361-
CMYK0.6800.630.36
HSL124.86º51.63%42.16%-
HSV(B)124.86º68.1%63.92%-
XYZ15.3627.268.87-
YUV118.1895.7380.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 163 (64.06% from 255) = 59.06%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=18.84%
G=59.06%
B=22.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52163610.6800.630.36124.8651.6342.16
Hex34A33D4403F247d342a
Octal6424375104077441756452
Binary11010010100011111101100010001111111001001111101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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