#419749

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

Shades of Fruit Salad #419749

Tints of Fruit Salad #419749

Color information

#419749 (or 0x419749) is unknown color: approx Fruit Salad. HEX triplet: 41, 97 and 49. RGB value is (65,151,73). Sum of RGB (Red+Green+Blue) = 65+151+73=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #419749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419749 is #BE68B6. Grayscale: #747474. Windows color (decimal): -12478647 or 4822849. OLE color: 4822849.

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

Color convert

RGB6515173-
CMYK0.5700.520.41
HSL125.58º39.81%42.35%-
HSV(B)125.58º56.95%59.22%-
XYZ14.4523.7410.12-
YUV116.39103.5191.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 151 (59.38% from 255) = 52.25%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=22.49%
G=52.25%
B=25.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65151730.5700.520.41125.5839.8142.35
Hex41974939034297e282a
Octal10122711171064511765052
Binary100000110010111100100111100101101001010011111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419749; }

 p { color: rgb(65,151,73); }

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

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

 a { background-color: rgb(65,151,73); }

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

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

 span { border-color: rgb(65,151,73); }

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