#419948

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

Shades of Fruit Salad #419948

Tints of Fruit Salad #419948

Color information

#419948 (or 0x419948) is unknown color: approx Fruit Salad. HEX triplet: 41, 99 and 48. RGB value is (65,153,72). Sum of RGB (Red+Green+Blue) = 65+153+72=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #419948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419948 is #BE66B7. Grayscale: #757575. Windows color (decimal): -12478136 or 4757825. OLE color: 4757825.

HSL color Cylindrical-coordinate representation of color #419948: hue angle of 124.77º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419948 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB6515372-
CMYK0.5800.530.4
HSL124.77º40.37%42.75%-
HSV(B)124.77º57.52%60%-
XYZ14.7424.3710.06-
YUV117.45102.3590.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 153 (60.16% from 255) = 52.76%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=22.41%
G=52.76%
B=24.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153720.5800.530.4124.7740.3742.75
Hex4199483A035287d282b
Octal10123111072065501755053
Binary100000110011001100100011101001101011010001111101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419948; }

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

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

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

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

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

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

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

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