#418828

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

Shades of La Palma #418828

Tints of La Palma #418828

Color information

#418828 (or 0x418828) is unknown color: approx La Palma. HEX triplet: 41, 88 and 28. RGB value is (65,136,40). Sum of RGB (Red+Green+Blue) = 65+136+40=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #418828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418828 is #BE77D7. Grayscale: #686868. Windows color (decimal): -12482520 or 2656321. OLE color: 2656321.

HSL color Cylindrical-coordinate representation of color #418828: hue angle of 104.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #418828 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB6513640-
CMYK0.5200.710.47
HSL104.38º54.55%34.51%-
HSV(B)104.38º70.59%53.33%-
XYZ11.3718.895.05-
YUV103.8391.98100.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 136 (53.52% from 255) = 56.43%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=26.97%
G=56.43%
B=16.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136400.5200.710.47104.3854.5534.51
Hex418828340472F683723
Octal10121050640107571506743
Binary100000110001000101000110100010001111011111101000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418828; }

 p { color: rgb(65,136,40); }

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

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

 a { background-color: rgb(65,136,40); }

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

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

 span { border-color: rgb(65,136,40); }

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