#419F3D

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

Shades of Fruit Salad #419F3D

Tints of Fruit Salad #419F3D

Color information

#419F3D (or 0x419F3D) is unknown color: approx Fruit Salad. HEX triplet: 41, 9F and 3D. RGB value is (65,159,61). Sum of RGB (Red+Green+Blue) = 65+159+61=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #419F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419F3D is #BE60C2. Grayscale: #787878. Windows color (decimal): -12476611 or 4038465. OLE color: 4038465.

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

Color convert

RGB6515961-
CMYK0.5900.620.38
HSL117.55º44.55%43.14%-
HSV(B)117.55º61.64%62.35%-
XYZ15.4226.268.67-
YUV119.7294.8688.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 159 (62.5% from 255) = 55.79%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=22.81%
G=55.79%
B=21.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65159610.5900.620.38117.5544.5543.14
Hex419F3D3B03E26762d2b
Octal1012377573076461665553
Binary10000011001111111110111101101111101001101110110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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