#41904B

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

Shades of Fruit Salad #41904B

Tints of Fruit Salad #41904B

Color information

#41904B (or 0x41904B) is unknown color: approx Fruit Salad. HEX triplet: 41, 90 and 4B. RGB value is (65,144,75). Sum of RGB (Red+Green+Blue) = 65+144+75=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #41904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41904B is #BE6FB4. Grayscale: #707070. Windows color (decimal): -12480437 or 4952129. OLE color: 4952129.

HSL color Cylindrical-coordinate representation of color #41904B: hue angle of 127.59º 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 #41904B is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB6514475-
CMYK0.5500.480.44
HSL127.59º37.8%40.98%-
HSV(B)127.59º54.86%56.47%-
XYZ13.4221.5810.11-
YUV112.51106.8394.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=22.89%
G=50.70%
B=26.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144750.5500.480.44127.5937.840.98
Hex41904B370302C802629
Octal10122011367060542004651
Binary1000001100100001001011110111011000010110010000000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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