#418B26

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

Shades of La Palma #418B26

Tints of La Palma #418B26

Color information

#418B26 (or 0x418B26) is unknown color: approx La Palma. HEX triplet: 41, 8B and 26. RGB value is (65,139,38). Sum of RGB (Red+Green+Blue) = 65+139+38=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #418B26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B26 is #BE74D9. Grayscale: #696969. Windows color (decimal): -12481754 or 2526017. OLE color: 2526017.

HSL color Cylindrical-coordinate representation of color #418B26: hue angle of 103.96º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418B26 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB6513938-
CMYK0.5300.730.45
HSL103.96º57.06%34.71%-
HSV(B)103.96º72.66%54.51%-
XYZ11.7619.735.02-
YUV105.3689.9899.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 139 (54.69% from 255) = 57.44%
BLUE value IS 38 (15.23% from 255) = 15.70%
R=26.86%
G=57.44%
B=15.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65139380.5300.730.45103.9657.0634.71
Hex418B26350492D683923
Octal10121346650111551507143
Binary100000110001011100110110101010010011011011101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,139,38); }

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

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

 a { background-color: rgb(65,139,38); }

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

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

 span { border-color: rgb(65,139,38); }

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