#41983F

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

Shades of Fruit Salad #41983F

Tints of Fruit Salad #41983F

Color information

#41983F (or 0x41983F) is unknown color: approx Fruit Salad. HEX triplet: 41, 98 and 3F. RGB value is (65,152,63). Sum of RGB (Red+Green+Blue) = 65+152+63=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #41983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41983F is #BE67C0. Grayscale: #747474. Windows color (decimal): -12478401 or 4167745. OLE color: 4167745.

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

Color convert

RGB6515263-
CMYK0.5700.590.40
HSL118.65º41.4%42.16%-
HSV(B)118.65º58.55%59.61%-
XYZ14.3123.948.57-
YUV115.8498.1891.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 63 (25% from 255) = 22.5%
R=23.21%
G=54.29%
B=22.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65152630.5700.590.40118.6541.442.16
Hex41983F3903B2877292a
Octal1012307771073501675152
Binary10000011001100011111111100101110111010001110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41983F; }

 p { color: rgb(65,152,63); }

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

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

 a { background-color: rgb(65,152,63); }

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

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

 span { border-color: rgb(65,152,63); }

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