#418A2B

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

Shades of La Palma #418A2B

Tints of La Palma #418A2B

Color information

#418A2B (or 0x418A2B) is unknown color: approx La Palma. HEX triplet: 41, 8A and 2B. RGB value is (65,138,43). Sum of RGB (Red+Green+Blue) = 65+138+43=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #418A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418A2B is #BE75D4. Grayscale: #696969. Windows color (decimal): -12482005 or 2853441. OLE color: 2853441.

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

Color convert

RGB6513843-
CMYK0.5300.690.46
HSL106.11º52.49%35.49%-
HSV(B)106.11º68.84%54.12%-
XYZ11.719.485.43-
YUV105.3492.8299.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 138 (54.30% from 255) = 56.10%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=26.42%
G=56.10%
B=17.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65138430.5300.690.46106.1152.4935.49
Hex418A2B350452E6a3423
Octal10121253650105561526443
Binary100000110001010101011110101010001011011101101010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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