#419548

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

Shades of Fruit Salad #419548

Tints of Fruit Salad #419548

Color information

#419548 (or 0x419548) is unknown color: approx Fruit Salad. HEX triplet: 41, 95 and 48. RGB value is (65,149,72). Sum of RGB (Red+Green+Blue) = 65+149+72=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #419548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419548 is #BE6AB7. Grayscale: #737373. Windows color (decimal): -12479160 or 4756801. OLE color: 4756801.

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

Color convert

RGB6514972-
CMYK0.5600.520.42
HSL125º39.25%41.96%-
HSV(B)125º56.38%58.43%-
XYZ14.123.099.84-
YUV115.11103.6792.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 149 (58.59% from 255) = 52.10%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=22.73%
G=52.10%
B=25.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65149720.5600.520.4212539.2541.96
Hex419548380342A7d272a
Octal10122511070064521754752
Binary100000110010101100100011100001101001010101111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419548; }

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

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

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

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

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

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

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

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