#3D9548

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

Shades of Fruit Salad #3D9548

Tints of Fruit Salad #3D9548

Color information

#3D9548 (or 0x3D9548) is unknown color: approx Fruit Salad. HEX triplet: 3D, 95 and 48. RGB value is (61,149,72). Sum of RGB (Red+Green+Blue) = 61+149+72=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9548 is #C26AB7. Grayscale: #727272. Windows color (decimal): -12741304 or 4756797. OLE color: 4756797.

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

Color convert

RGB6114972-
CMYK0.5900.520.42
HSL127.5º41.9%41.18%-
HSV(B)127.5º59.06%58.43%-
XYZ13.8422.959.83-
YUV113.91104.3590.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=21.63%
G=52.84%
B=25.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61149720.5900.520.42127.541.941.18
Hex3D95483B0342A802a29
Octal7522511073064522005251
Binary111101100101011001000111011011010010101010000000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,149,72); }

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

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

 a { background-color: rgb(61,149,72); }

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

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

 span { border-color: rgb(61,149,72); }

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