#41872A

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

Shades of La Palma #41872A

Tints of La Palma #41872A

Color information

#41872A (or 0x41872A) is unknown color: approx La Palma. HEX triplet: 41, 87 and 2A. RGB value is (65,135,42). Sum of RGB (Red+Green+Blue) = 65+135+42=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #41872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41872A is #BE78D5. Grayscale: #676767. Windows color (decimal): -12482774 or 2787137. OLE color: 2787137.

HSL color Cylindrical-coordinate representation of color #41872A: hue angle of 105.16º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41872A is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB6513542-
CMYK0.5200.690.47
HSL105.16º52.54%34.71%-
HSV(B)105.16º68.89%52.94%-
XYZ11.2618.625.19-
YUV103.4793.31100.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 135 (53.12% from 255) = 55.79%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=26.86%
G=55.79%
B=17.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135420.5200.690.47105.1652.5434.71
Hex41872A340452F693523
Octal10120752640105571516543
Binary100000110000111101010110100010001011011111101001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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