#41910C

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

Shades of La Palma #41910C

Tints of La Palma #41910C

Color information

#41910C (or 0x41910C) is unknown color: approx La Palma. HEX triplet: 41, 91 and 0C. RGB value is (65,145,12). Sum of RGB (Red+Green+Blue) = 65+145+12=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #41910C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41910C is #BE6EF3. Grayscale: #6A6A6A. Windows color (decimal): -12480244 or 823617. OLE color: 823617.

HSL color Cylindrical-coordinate representation of color #41910C: hue angle of 96.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41910C is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB6514512-
CMYK0.5500.920.43
HSL96.09º84.71%30.78%-
HSV(B)96.09º91.72%56.86%-
XYZ12.3721.43.83-
YUV105.927598.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 145 (57.03% from 255) = 65.32%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=29.28%
G=65.32%
B=5.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145120.5500.920.4396.0984.7130.78
Hex4191C3705C2B60551f
Octal101221146701345314012537
Binary1000001100100011100110111010111001010111100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41910C; }

 p { color: rgb(65,145,12); }

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

<style>
 a { background-color: #41910C; }

 a { background-color: rgb(65,145,12); }

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

<style>
 span { border-color: #41910C; }

 span { border-color: rgb(65,145,12); }

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