#418830

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

Shades of La Palma #418830

Tints of La Palma #418830

Color information

#418830 (or 0x418830) is unknown color: approx La Palma. HEX triplet: 41, 88 and 30. RGB value is (65,136,48). Sum of RGB (Red+Green+Blue) = 65+136+48=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #418830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418830 is #BE77CF. Grayscale: #696969. Windows color (decimal): -12482512 or 3180609. OLE color: 3180609.

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

Color convert

RGB6513648-
CMYK0.5200.650.47
HSL108.41º47.83%36.08%-
HSV(B)108.41º64.71%53.33%-
XYZ11.5218.955.85-
YUV104.7495.9899.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 136 (53.52% from 255) = 54.62%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=26.10%
G=54.62%
B=19.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136480.5200.650.47108.4147.8336.08
Hex418830340412F6c3024
Octal10121060640101571546044
Binary100000110001000110000110100010000011011111101100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418830; }

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

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

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

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

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

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

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

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