#41951E

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

Shades of La Palma #41951E

Tints of La Palma #41951E

Color information

#41951E (or 0x41951E) is unknown color: approx La Palma. HEX triplet: 41, 95 and 1E. RGB value is (65,149,30). Sum of RGB (Red+Green+Blue) = 65+149+30=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #41951E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41951E is #BE6AE1. Grayscale: #6E6E6E. Windows color (decimal): -12479202 or 2004289. OLE color: 2004289.

HSL color Cylindrical-coordinate representation of color #41951E: hue angle of 102.35º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41951E is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB6514930-
CMYK0.5600.800.42
HSL102.35º66.48%35.1%-
HSV(B)102.35º79.87%58.43%-
XYZ13.1622.714.92-
YUV110.3282.6795.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 149 (58.59% from 255) = 61.07%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=26.64%
G=61.07%
B=12.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65149300.5600.800.42102.3566.4835.1
Hex41951E380502A664223
Octal101225367001205214610243
Binary100000110010101111101110000101000010101011001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41951E; }

 p { color: rgb(65,149,30); }

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

<style>
 a { background-color: #41951E; }

 a { background-color: rgb(65,149,30); }

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

<style>
 span { border-color: #41951E; }

 span { border-color: rgb(65,149,30); }

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