#419F38

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

Shades of Fruit Salad #419F38

Tints of Fruit Salad #419F38

Color information

#419F38 (or 0x419F38) is unknown color: approx Fruit Salad. HEX triplet: 41, 9F and 38. RGB value is (65,159,56). Sum of RGB (Red+Green+Blue) = 65+159+56=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #419F38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419F38 is #BE60C7. Grayscale: #777777. Windows color (decimal): -12476616 or 3710785. OLE color: 3710785.

HSL color Cylindrical-coordinate representation of color #419F38: hue angle of 114.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419F38 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB6515956-
CMYK0.5900.650.38
HSL114.76º47.91%42.16%-
HSV(B)114.76º64.78%62.35%-
XYZ15.2926.217.99-
YUV119.1592.3689.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 159 (62.5% from 255) = 56.79%
BLUE value IS 56 (22.27% from 255) = 20%
R=23.21%
G=56.79%
B=20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65159560.5900.650.38114.7647.9142.16
Hex419F383B0412673302a
Octal10123770730101461636052
Binary100000110011111111000111011010000011001101110011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,159,56); }

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

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

 a { background-color: rgb(65,159,56); }

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

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

 span { border-color: rgb(65,159,56); }

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