#419B48

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

Shades of Fruit Salad #419B48

Tints of Fruit Salad #419B48

Color information

#419B48 (or 0x419B48) is unknown color: approx Fruit Salad. HEX triplet: 41, 9B and 48. RGB value is (65,155,72). Sum of RGB (Red+Green+Blue) = 65+155+72=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #419B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419B48 is #BE64B7. Grayscale: #767676. Windows color (decimal): -12477624 or 4758337. OLE color: 4758337.

HSL color Cylindrical-coordinate representation of color #419B48: hue angle of 124.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B48 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB6515572-
CMYK0.5800.540.39
HSL124.67º40.91%43.14%-
HSV(B)124.67º58.06%60.78%-
XYZ15.0725.0310.17-
YUV118.63101.6889.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 155 (60.94% from 255) = 53.08%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=22.26%
G=53.08%
B=24.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65155720.5800.540.39124.6740.9143.14
Hex419B483A036277d292b
Octal10123311072066471755153
Binary100000110011011100100011101001101101001111111101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419B48; }

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

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

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

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

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

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

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

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