#418F3A

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

Shades of La Palma #418F3A

Tints of La Palma #418F3A

Color information

#418F3A (or 0x418F3A) is unknown color: approx La Palma. HEX triplet: 41, 8F and 3A. RGB value is (65,143,58). Sum of RGB (Red+Green+Blue) = 65+143+58=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #418F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F3A is #BE70C5. Grayscale: #6E6E6E. Windows color (decimal): -12480710 or 3837761. OLE color: 3837761.

HSL color Cylindrical-coordinate representation of color #418F3A: hue angle of 115.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #418F3A is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB6514358-
CMYK0.5500.590.44
HSL115.06º42.29%39.41%-
HSV(B)115.06º59.44%56.08%-
XYZ12.7721.077.4-
YUV109.9998.6695.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 143 (56.25% from 255) = 53.76%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=24.44%
G=53.76%
B=21.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65143580.5500.590.44115.0642.2939.41
Hex418F3A3703B2C732a27
Octal1012177267073541635247
Binary10000011000111111101011011101110111011001110011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418F3A; }

 p { color: rgb(65,143,58); }

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

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

 a { background-color: rgb(65,143,58); }

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

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

 span { border-color: rgb(65,143,58); }

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