#41973F

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

Shades of Fruit Salad #41973F

Tints of Fruit Salad #41973F

Color information

#41973F (or 0x41973F) is unknown color: approx Fruit Salad. HEX triplet: 41, 97 and 3F. RGB value is (65,151,63). Sum of RGB (Red+Green+Blue) = 65+151+63=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #41973F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41973F is #BE68C0. Grayscale: #737373. Windows color (decimal): -12478657 or 4167489. OLE color: 4167489.

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

Color convert

RGB6515163-
CMYK0.5700.580.41
HSL118.64º41.12%41.96%-
HSV(B)118.64º58.28%59.22%-
XYZ14.1423.628.52-
YUV115.2598.5192.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 151 (59.38% from 255) = 54.12%
BLUE value IS 63 (25% from 255) = 22.58%
R=23.30%
G=54.12%
B=22.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65151630.5700.580.41118.6441.1241.96
Hex41973F3903A2977292a
Octal1012277771072511675152
Binary10000011001011111111111100101110101010011110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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