#418A2F

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

Shades of La Palma #418A2F

Tints of La Palma #418A2F

Color information

#418A2F (or 0x418A2F) is unknown color: approx La Palma. HEX triplet: 41, 8A and 2F. RGB value is (65,138,47). Sum of RGB (Red+Green+Blue) = 65+138+47=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #418A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418A2F is #BE75D0. Grayscale: #6A6A6A. Windows color (decimal): -12482001 or 3115585. OLE color: 3115585.

HSL color Cylindrical-coordinate representation of color #418A2F: hue angle of 108.13º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418A2F is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB6513847-
CMYK0.5300.660.46
HSL108.13º49.19%36.27%-
HSV(B)108.13º65.94%54.12%-
XYZ11.7819.515.83-
YUV105.894.8298.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 138 (54.30% from 255) = 55.2%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=26%
G=55.2%
B=18.8%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65138470.5300.660.46108.1349.1936.27
Hex418A2F350422E6c3124
Octal10121257650102561546144
Binary100000110001010101111110101010000101011101101100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,138,47); }

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

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

 a { background-color: rgb(65,138,47); }

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

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

 span { border-color: rgb(65,138,47); }

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