#41993A

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

Shades of La Palma #41993A

Tints of La Palma #41993A

Color information

#41993A (or 0x41993A) is unknown color: approx La Palma. HEX triplet: 41, 99 and 3A. RGB value is (65,153,58). Sum of RGB (Red+Green+Blue) = 65+153+58=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #41993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41993A is #BE66C5. Grayscale: #747474. Windows color (decimal): -12478150 or 3840321. OLE color: 3840321.

HSL color Cylindrical-coordinate representation of color #41993A: hue angle of 115.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41993A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB6515358-
CMYK0.5800.620.4
HSL115.58º45.02%41.37%-
HSV(B)115.58º62.09%60%-
XYZ14.3324.217.92-
YUV115.8695.3591.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=23.55%
G=55.43%
B=21.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153580.5800.620.4115.5845.0241.37
Hex41993A3A03E28742d29
Octal1012317272076501645551
Binary10000011001100111101011101001111101010001110100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,153,58); }

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

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

 a { background-color: rgb(65,153,58); }

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

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

 span { border-color: rgb(65,153,58); }

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