#418331

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

Shades of La Palma #418331

Tints of La Palma #418331

Color information

#418331 (or 0x418331) is unknown color: approx La Palma. HEX triplet: 41, 83 and 31. RGB value is (65,131,49). Sum of RGB (Red+Green+Blue) = 65+131+49=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #418331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418331 is #BE7CCE. Grayscale: #666666. Windows color (decimal): -12483791 or 3244865. OLE color: 3244865.

HSL color Cylindrical-coordinate representation of color #418331: hue angle of 108.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #418331 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB6513149-
CMYK0.5000.630.49
HSL108.29º45.56%35.29%-
HSV(B)108.29º62.6%51.37%-
XYZ10.8517.585.73-
YUV101.9298.13101.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 49 (19.53% from 255) = 20%
R=26.53%
G=53.47%
B=20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65131490.5000.630.49108.2945.5635.29
Hex4183313203F316c2e23
Octal1012036162077611545643
Binary10000011000001111000111001001111111100011101100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418331; }

 p { color: rgb(65,131,49); }

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

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

 a { background-color: rgb(65,131,49); }

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

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

 span { border-color: rgb(65,131,49); }

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