#41942B

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

Shades of La Palma #41942B

Tints of La Palma #41942B

Color information

#41942B (or 0x41942B) is unknown color: approx La Palma. HEX triplet: 41, 94 and 2B. RGB value is (65,148,43). Sum of RGB (Red+Green+Blue) = 65+148+43=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #41942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41942B is #BE6BD4. Grayscale: #6F6F6F. Windows color (decimal): -12479445 or 2856001. OLE color: 2856001.

HSL color Cylindrical-coordinate representation of color #41942B: hue angle of 107.43º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41942B is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB6514843-
CMYK0.5600.710.42
HSL107.43º54.97%37.45%-
HSV(B)107.43º70.95%58.04%-
XYZ13.2122.485.93-
YUV111.2189.595.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 148 (58.20% from 255) = 57.81%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=25.39%
G=57.81%
B=16.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65148430.5600.710.42107.4354.9737.45
Hex41942B380472A6b3725
Octal10122453700107521536745
Binary100000110010100101011111000010001111010101101011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41942B; }

 p { color: rgb(65,148,43); }

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

<style>
 a { background-color: #41942B; }

 a { background-color: rgb(65,148,43); }

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

<style>
 span { border-color: #41942B; }

 span { border-color: rgb(65,148,43); }

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