#41852A

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

Shades of La Palma #41852A

Tints of La Palma #41852A

Color information

#41852A (or 0x41852A) is unknown color: approx La Palma. HEX triplet: 41, 85 and 2A. RGB value is (65,133,42). Sum of RGB (Red+Green+Blue) = 65+133+42=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #41852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41852A is #BE7AD5. Grayscale: #666666. Windows color (decimal): -12483286 or 2786625. OLE color: 2786625.

HSL color Cylindrical-coordinate representation of color #41852A: hue angle of 104.84º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41852A is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB6513342-
CMYK0.5100.680.48
HSL104.84º52%34.31%-
HSV(B)104.84º68.42%52.16%-
XYZ10.9918.075.1-
YUV102.2993.97101.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=27.08%
G=55.42%
B=17.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133420.5100.680.48104.845234.31
Hex41852A3304430693422
Octal10120552630104601516442
Binary100000110000101101010110011010001001100001101001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,133,42); }

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

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

 a { background-color: rgb(65,133,42); }

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

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

 span { border-color: rgb(65,133,42); }

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