#41933d

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

Shades of La Palma #41933D

Tints of La Palma #41933D

Color information

#41933D (or 0x41933D) is unknown color: approx La Palma. HEX triplet: 41, 93 and 3D. RGB value is (65,147,61). Sum of RGB (Red+Green+Blue) = 65+147+61=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #41933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41933D is #BE6CC2. Grayscale: #707070. Windows color (decimal): -12479683 or 4035393. OLE color: 4035393.

HSL color Cylindrical-coordinate representation of color #41933D: hue angle of 117.21º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41933D is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB6514761-
CMYK0.5600.590.42
HSL117.21º41.35%40.78%-
HSV(B)117.21º58.5%57.65%-
XYZ13.4622.338.02-
YUV112.6898.8393.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=23.81%
G=53.85%
B=22.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147610.5600.590.42117.2141.3540.78
Hex41933D3803B2A752929
Octal1012237570073521655151
Binary10000011001001111110111100001110111010101110101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41933d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41933d; }

 p { color: rgb(65,147,61); }

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

<style>
 a { background-color: #41933d; }

 a { background-color: rgb(65,147,61); }

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

<style>
 span { border-color: #41933d; }

 span { border-color: rgb(65,147,61); }

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