#418926

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

Shades of La Palma #418926

Tints of La Palma #418926

Color information

#418926 (or 0x418926) is unknown color: approx La Palma. HEX triplet: 41, 89 and 26. RGB value is (65,137,38). Sum of RGB (Red+Green+Blue) = 65+137+38=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #418926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418926 is #BE76D9. Grayscale: #686868. Windows color (decimal): -12482266 or 2525505. OLE color: 2525505.

HSL color Cylindrical-coordinate representation of color #418926: hue angle of 103.64º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418926 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB6513738-
CMYK0.5300.720.46
HSL103.64º56.57%34.31%-
HSV(B)103.64º72.26%53.73%-
XYZ11.4819.164.93-
YUV104.1990.65100.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 38 (15.23% from 255) = 15.83%
R=27.08%
G=57.08%
B=15.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137380.5300.720.46103.6456.5734.31
Hex418926350482E683922
Octal10121146650110561507142
Binary100000110001001100110110101010010001011101101000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418926; }

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

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

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

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

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

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

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

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