#41904A

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

Shades of Fruit Salad #41904A

Tints of Fruit Salad #41904A

Color information

#41904A (or 0x41904A) is unknown color: approx Fruit Salad. HEX triplet: 41, 90 and 4A. RGB value is (65,144,74). Sum of RGB (Red+Green+Blue) = 65+144+74=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #41904A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41904A is #BE6FB5. Grayscale: #707070. Windows color (decimal): -12480438 or 4886593. OLE color: 4886593.

HSL color Cylindrical-coordinate representation of color #41904A: hue angle of 126.84º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41904A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB6514474-
CMYK0.5500.490.44
HSL126.84º37.8%40.98%-
HSV(B)126.84º54.86%56.47%-
XYZ13.3921.569.94-
YUV112.4106.3394.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 144 (56.64% from 255) = 50.88%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=22.97%
G=50.88%
B=26.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144740.5500.490.44126.8437.840.98
Hex41904A370312C7f2629
Octal10122011267061541774651
Binary100000110010000100101011011101100011011001111111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41904A; }

 p { color: rgb(65,144,74); }

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

<style>
 a { background-color: #41904A; }

 a { background-color: rgb(65,144,74); }

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

<style>
 span { border-color: #41904A; }

 span { border-color: rgb(65,144,74); }

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