#419705

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

Shades of La Palma #419705

Tints of La Palma #419705

Color information

#419705 (or 0x419705) is unknown color: approx La Palma. HEX triplet: 41, 97 and 05. RGB value is (65,151,5). Sum of RGB (Red+Green+Blue) = 65+151+5=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 151 (59.38% from 255 or 68.33% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 151 - color contains mainly: green. Hex color #419705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419705 is #BE68FA. Grayscale: #6D6D6D. Windows color (decimal): -12478715 or 366401. OLE color: 366401.

HSL color Cylindrical-coordinate representation of color #419705: hue angle of 95.34º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #419705 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB651515-
CMYK0.5700.970.41
HSL95.34º93.59%30.59%-
HSV(B)95.34º96.69%59.22%-
XYZ13.2723.273.94-
YUV108.6469.5196.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 151 (59.38% from 255) = 68.33%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=29.41%
G=68.33%
B=2.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6515150.5700.970.4195.3493.5930.59
Hex4197539061295f5e1f
Octal10122757101415113713637
Binary100000110010111101111001011000011010011011111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419705; }

 p { color: rgb(65,151,5); }

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

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

 a { background-color: rgb(65,151,5); }

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

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

 span { border-color: rgb(65,151,5); }

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