#34993F

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

Shades of Fruit Salad #34993F

Tints of Fruit Salad #34993F

Color information

#34993F (or 0x34993F) is unknown color: approx Fruit Salad. HEX triplet: 34, 99 and 3F. RGB value is (52,153,63). Sum of RGB (Red+Green+Blue) = 52+153+63=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #34993F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34993F is #CB66C0. Grayscale: #707070. Windows color (decimal): -13330113 or 4167988. OLE color: 4167988.

HSL color Cylindrical-coordinate representation of color #34993F: hue angle of 126.53º 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 #34993F is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB5215363-
CMYK0.6600.590.4
HSL126.53º49.27%40.2%-
HSV(B)126.53º66.01%60%-
XYZ13.723.878.59-
YUV112.54100.0484.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 153 (60.16% from 255) = 57.09%
BLUE value IS 63 (25% from 255) = 23.51%
R=19.40%
G=57.09%
B=23.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153630.6600.590.4126.5349.2740.2
Hex34993F4203B287f3128
Octal6423177102073501776150
Binary11010010011001111111100001001110111010001111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34993F; }

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

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

<style>
 a { background-color: #34993F; }

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

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

<style>
 span { border-color: #34993F; }

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

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