#419135

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

Shades of La Palma #419135

Tints of La Palma #419135

Color information

#419135 (or 0x419135) is unknown color: approx La Palma. HEX triplet: 41, 91 and 35. RGB value is (65,145,53). Sum of RGB (Red+Green+Blue) = 65+145+53=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #419135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419135 is #BE6ECA. Grayscale: #6E6E6E. Windows color (decimal): -12480203 or 3510593. OLE color: 3510593.

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

Color convert

RGB6514553-
CMYK0.5500.630.43
HSL112.17º46.46%38.82%-
HSV(B)112.17º63.45%56.86%-
XYZ12.9521.636.86-
YUV110.5995.595.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=24.71%
G=55.13%
B=20.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145530.5500.630.43112.1746.4638.82
Hex4191353703F2B702e27
Octal1012216567077531605647
Binary10000011001000111010111011101111111010111110000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419135; }

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

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

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

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

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

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

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

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