#41A228

Color #41A228 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #41A228

Tints of La Palma #41A228

Color information

#41A228 (or 0x41A228) is unknown color: approx La Palma. HEX triplet: 41, A2 and 28. RGB value is (65,162,40). Sum of RGB (Red+Green+Blue) = 65+162+40=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #41A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A228 is #BE5DD7. Grayscale: #777777. Windows color (decimal): -12475864 or 2662977. OLE color: 2662977.

HSL color Cylindrical-coordinate representation of color #41A228: hue angle of 107.7º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41A228 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB6516240-
CMYK0.6000.750.36
HSL107.7º60.4%39.61%-
HSV(B)107.7º75.31%63.53%-
XYZ15.4827.126.43-
YUV119.0983.3689.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 162 (63.67% from 255) = 60.67%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=24.34%
G=60.67%
B=14.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal65162400.6000.750.36107.760.439.61
Hex41A2283C04B246c3c28
Octal10124250740113441547450
Binary100000110100010101000111100010010111001001101100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,162,40); }

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

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

 a { background-color: rgb(65,162,40); }

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

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

 span { border-color: rgb(65,162,40); }

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