#41992A

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

Shades of La Palma #41992A

Tints of La Palma #41992A

Color information

#41992A (or 0x41992A) is unknown color: approx La Palma. HEX triplet: 41, 99 and 2A. RGB value is (65,153,42). Sum of RGB (Red+Green+Blue) = 65+153+42=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #41992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41992A is #BE66D5. Grayscale: #727272. Windows color (decimal): -12478166 or 2791745. OLE color: 2791745.

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

Color convert

RGB6515342-
CMYK0.5800.730.4
HSL107.57º56.92%38.24%-
HSV(B)107.57º72.55%60%-
XYZ13.9924.076.1-
YUV114.0387.3593.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 153 (60.16% from 255) = 58.85%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=25%
G=58.85%
B=16.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153420.5800.730.4107.5756.9238.24
Hex41992A3A049286c3926
Octal10123152720111501547146
Binary100000110011001101010111010010010011010001101100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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