#3A963F

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

Shades of Fruit Salad #3A963F

Tints of Fruit Salad #3A963F

Color information

#3A963F (or 0x3A963F) is unknown color: approx Fruit Salad. HEX triplet: 3A, 96 and 3F. RGB value is (58,150,63). Sum of RGB (Red+Green+Blue) = 58+150+63=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #3A963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A963F is #C569C0. Grayscale: #707070. Windows color (decimal): -12937665 or 4167226. OLE color: 4167226.

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

Color convert

RGB5815063-
CMYK0.6100.580.41
HSL123.26º44.23%40.78%-
HSV(B)123.26º61.33%58.82%-
XYZ13.5523.078.44-
YUV112.57100.0289.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 150 (58.98% from 255) = 55.35%
BLUE value IS 63 (25% from 255) = 23.25%
R=21.40%
G=55.35%
B=23.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58150630.6100.580.41123.2644.2340.78
Hex3A963F3D03A297b2c29
Octal722267775072511735451
Binary1110101001011011111111110101110101010011111011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,150,63); }

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

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

 a { background-color: rgb(58,150,63); }

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

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

 span { border-color: rgb(58,150,63); }

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