#34943E

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

Shades of Fruit Salad #34943E

Tints of Fruit Salad #34943E

Color information

#34943E (or 0x34943E) is unknown color: approx Fruit Salad. HEX triplet: 34, 94 and 3E. RGB value is (52,148,62). Sum of RGB (Red+Green+Blue) = 52+148+62=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #34943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34943E is #CB6BC1. Grayscale: #6D6D6D. Windows color (decimal): -13331394 or 4101172. OLE color: 4101172.

HSL color Cylindrical-coordinate representation of color #34943E: hue angle of 126.25º 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 #34943E is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5214862-
CMYK0.6500.580.42
HSL126.25º48%39.22%-
HSV(B)126.25º64.86%58.04%-
XYZ12.8822.268.17-
YUV109.49101.286.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 148 (58.20% from 255) = 56.49%
BLUE value IS 62 (24.61% from 255) = 23.66%
R=19.85%
G=56.49%
B=23.66%

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
Decimal52148620.6500.580.42126.254839.22
Hex34943E4103A2A7e3027
Octal6422476101072521766047
Binary11010010010100111110100000101110101010101111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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