#418C1E

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

Shades of La Palma #418C1E

Tints of La Palma #418C1E

Color information

#418C1E (or 0x418C1E) is unknown color: approx La Palma. HEX triplet: 41, 8C and 1E. RGB value is (65,140,30). Sum of RGB (Red+Green+Blue) = 65+140+30=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 140 (55.08% from 255 or 59.57% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 140 - color contains mainly: green. Hex color #418C1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418C1E is #BE73E1. Grayscale: #696969. Windows color (decimal): -12481506 or 2001985. OLE color: 2001985.

HSL color Cylindrical-coordinate representation of color #418C1E: hue angle of 100.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #418C1E is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB6514030-
CMYK0.5400.790.45
HSL100.91º64.71%33.33%-
HSV(B)100.91º78.57%54.9%-
XYZ11.7919.974.46-
YUV105.0485.6599.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 140 (55.08% from 255) = 59.57%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=27.66%
G=59.57%
B=12.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65140300.5400.790.45100.9164.7133.33
Hex418C1E3604F2D654121
Octal101214366601175514510141
Binary100000110001100111101101100100111110110111001011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,140,30); }

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

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

 a { background-color: rgb(65,140,30); }

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

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

 span { border-color: rgb(65,140,30); }

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