#418F35

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

Shades of La Palma #418F35

Tints of La Palma #418F35

Color information

#418F35 (or 0x418F35) is unknown color: approx La Palma. HEX triplet: 41, 8F and 35. RGB value is (65,143,53). Sum of RGB (Red+Green+Blue) = 65+143+53=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 143 (56.25% from 255 or 54.79% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 143 - color contains mainly: green. Hex color #418F35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F35 is #BE70CA. Grayscale: #6D6D6D. Windows color (decimal): -12480715 or 3510081. OLE color: 3510081.

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

Color convert

RGB6514353-
CMYK0.5500.630.44
HSL112º45.92%38.43%-
HSV(B)112º62.94%56.08%-
XYZ12.6521.036.76-
YUV109.4296.1696.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 143 (56.25% from 255) = 54.79%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=24.90%
G=54.79%
B=20.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65143530.5500.630.4411245.9238.43
Hex418F353703F2C702e26
Octal1012176567077541605646
Binary10000011000111111010111011101111111011001110000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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