#34973E

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

Shades of Fruit Salad #34973E

Tints of Fruit Salad #34973E

Color information

#34973E (or 0x34973E) is unknown color: approx Fruit Salad. HEX triplet: 34, 97 and 3E. RGB value is (52,151,62). Sum of RGB (Red+Green+Blue) = 52+151+62=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #34973E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34973E is #CB68C1. Grayscale: #6F6F6F. Windows color (decimal): -13330626 or 4101940. OLE color: 4101940.

HSL color Cylindrical-coordinate representation of color #34973E: hue angle of 126.06º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34973E is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB5215162-
CMYK0.6600.590.41
HSL126.06º48.77%39.8%-
HSV(B)126.06º65.56%59.22%-
XYZ13.3523.218.33-
YUV111.25100.285.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 151 (59.38% from 255) = 56.98%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=19.62%
G=56.98%
B=23.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151620.6600.590.41126.0648.7739.8
Hex34973E4203B297e3128
Octal6422776102073511766150
Binary11010010010111111110100001001110111010011111110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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