#41B244

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

Shades of Fruit Salad #41B244

Tints of Fruit Salad #41B244

Color information

#41B244 (or 0x41B244) is unknown color: approx Fruit Salad. HEX triplet: 41, B2 and 44. RGB value is (65,178,68). Sum of RGB (Red+Green+Blue) = 65+178+68=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #41B244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41B244 is #BE4DBB. Grayscale: #848484. Windows color (decimal): -12471740 or 4502081. OLE color: 4502081.

HSL color Cylindrical-coordinate representation of color #41B244: hue angle of 121.59º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B244 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB6517868-
CMYK0.6300.620.30
HSL121.59º46.5%47.65%-
HSV(B)121.59º63.48%69.8%-
XYZ19.1433.3810.9-
YUV131.6792.0680.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 178 (69.92% from 255) = 57.23%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=20.90%
G=57.23%
B=21.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65178680.6300.620.30121.5946.547.65
Hex41B2443F03E1E7a2f30
Octal10126210477076361725760
Binary10000011011001010001001111110111110111101111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41B244; }

 p { color: rgb(65,178,68); }

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

<style>
 a { background-color: #41B244; }

 a { background-color: rgb(65,178,68); }

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

<style>
 span { border-color: #41B244; }

 span { border-color: rgb(65,178,68); }

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