#419133

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

Shades of La Palma #419133

Tints of La Palma #419133

Color information

#419133 (or 0x419133) is unknown color: approx La Palma. HEX triplet: 41, 91 and 33. RGB value is (65,145,51). Sum of RGB (Red+Green+Blue) = 65+145+51=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #419133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419133 is #BE6ECC. Grayscale: #6E6E6E. Windows color (decimal): -12480205 or 3379521. OLE color: 3379521.

HSL color Cylindrical-coordinate representation of color #419133: hue angle of 111.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #419133 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB6514551-
CMYK0.5500.650.43
HSL111.06º47.96%38.43%-
HSV(B)111.06º64.83%56.86%-
XYZ12.921.616.62-
YUV110.3694.595.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=24.90%
G=55.56%
B=19.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145510.5500.650.43111.0647.9638.43
Hex419133370412B6f3026
Octal10122163670101531576046
Binary100000110010001110011110111010000011010111101111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419133; }

 p { color: rgb(65,145,51); }

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

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

 a { background-color: rgb(65,145,51); }

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

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

 span { border-color: rgb(65,145,51); }

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