#3A953C

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

Shades of Fruit Salad #3A953C

Tints of Fruit Salad #3A953C

Color information

#3A953C (or 0x3A953C) is unknown color: approx Fruit Salad. HEX triplet: 3A, 95 and 3C. RGB value is (58,149,60). Sum of RGB (Red+Green+Blue) = 58+149+60=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #3A953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A953C is #C56AC3. Grayscale: #6F6F6F. Windows color (decimal): -12937924 or 3970362. OLE color: 3970362.

HSL color Cylindrical-coordinate representation of color #3A953C: hue angle of 121.32º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A953C is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB5814960-
CMYK0.6100.600.42
HSL121.32º43.96%40.59%-
HSV(B)121.32º61.07%58.43%-
XYZ13.3122.727.96-
YUV111.6498.8589.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=21.72%
G=55.81%
B=22.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58149600.6100.600.42121.3243.9640.59
Hex3A953C3D03C2A792c29
Octal722257475074521715451
Binary1110101001010111110011110101111001010101111001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A953C; }

 p { color: rgb(58,149,60); }

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

<style>
 a { background-color: #3A953C; }

 a { background-color: rgb(58,149,60); }

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

<style>
 span { border-color: #3A953C; }

 span { border-color: rgb(58,149,60); }

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