#419414

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

Shades of La Palma #419414

Tints of La Palma #419414

Color information

#419414 (or 0x419414) is unknown color: approx La Palma. HEX triplet: 41, 94 and 14. RGB value is (65,148,20). Sum of RGB (Red+Green+Blue) = 65+148+20=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #419414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419414 is #BE6BEB. Grayscale: #6D6D6D. Windows color (decimal): -12479468 or 1348673. OLE color: 1348673.

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

Color convert

RGB6514820-
CMYK0.5600.860.42
HSL98.91º76.19%32.94%-
HSV(B)98.91º86.49%58.04%-
XYZ12.922.354.3-
YUV108.597896.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 148 (58.20% from 255) = 63.52%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=27.90%
G=63.52%
B=8.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65148200.5600.860.4298.9176.1932.94
Hex419414380562A634c21
Octal101224247001265214311441
Binary100000110010100101001110000101011010101011000111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419414; }

 p { color: rgb(65,148,20); }

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

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

 a { background-color: rgb(65,148,20); }

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

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

 span { border-color: rgb(65,148,20); }

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