#34983C

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

Shades of Fruit Salad #34983C

Tints of Fruit Salad #34983C

Color information

#34983C (or 0x34983C) is unknown color: approx Fruit Salad. HEX triplet: 34, 98 and 3C. RGB value is (52,152,60). Sum of RGB (Red+Green+Blue) = 52+152+60=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #34983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34983C is #CB67C3. Grayscale: #6F6F6F. Windows color (decimal): -13330372 or 3971124. OLE color: 3971124.

HSL color Cylindrical-coordinate representation of color #34983C: hue angle of 124.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34983C is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB5215260-
CMYK0.6600.610.40
HSL124.8º49.02%40%-
HSV(B)124.8º65.79%59.61%-
XYZ13.4623.518.1-
YUV111.6198.8785.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 152 (59.77% from 255) = 57.58%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=19.70%
G=57.58%
B=22.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152600.6600.610.40124.849.0240
Hex34983C4203D287d3128
Octal6423074102075501756150
Binary11010010011000111100100001001111011010001111101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34983C; }

 p { color: rgb(52,152,60); }

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

<style>
 a { background-color: #34983C; }

 a { background-color: rgb(52,152,60); }

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

<style>
 span { border-color: #34983C; }

 span { border-color: rgb(52,152,60); }

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