#34953E

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

Shades of Fruit Salad #34953E

Tints of Fruit Salad #34953E

Color information

#34953E (or 0x34953E) is unknown color: approx Fruit Salad. HEX triplet: 34, 95 and 3E. RGB value is (52,149,62). Sum of RGB (Red+Green+Blue) = 52+149+62=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #34953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34953E is #CB6AC1. Grayscale: #6E6E6E. Windows color (decimal): -13331138 or 4101428. OLE color: 4101428.

HSL color Cylindrical-coordinate representation of color #34953E: hue angle of 126.19º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34953E is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5214962-
CMYK0.6500.580.42
HSL126.19º48.26%39.41%-
HSV(B)126.19º65.1%58.43%-
XYZ13.0322.578.23-
YUV110.08100.8686.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=19.77%
G=56.65%
B=23.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149620.6500.580.42126.1948.2639.41
Hex34953E4103A2A7e3027
Octal6422576101072521766047
Binary11010010010101111110100000101110101010101111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34953E; }

 p { color: rgb(52,149,62); }

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

<style>
 a { background-color: #34953E; }

 a { background-color: rgb(52,149,62); }

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

<style>
 span { border-color: #34953E; }

 span { border-color: rgb(52,149,62); }

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