#34AB3A

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

Shades of Fruit Salad #34AB3A

Tints of Fruit Salad #34AB3A

Color information

#34AB3A (or 0x34AB3A) is unknown color: approx Fruit Salad. HEX triplet: 34, AB and 3A. RGB value is (52,171,58). Sum of RGB (Red+Green+Blue) = 52+171+58=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB3A is #CB54C5. Grayscale: #7A7A7A. Windows color (decimal): -13325510 or 3844916. OLE color: 3844916.

HSL color Cylindrical-coordinate representation of color #34AB3A: hue angle of 123.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB3A is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB5217158-
CMYK0.7000.660.33
HSL123.03º53.36%43.73%-
HSV(B)123.03º69.59%67.06%-
XYZ16.7430.168.94-
YUV122.5491.5877.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 171 (67.19% from 255) = 60.85%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=18.51%
G=60.85%
B=20.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52171580.7000.660.33123.0353.3643.73
Hex34AB3A46042217b352c
Octal64253721060102411736554
Binary110100101010111110101000110010000101000011111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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