#408430

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

Shades of La Palma #408430

Tints of La Palma #408430

Color information

#408430 (or 0x408430) is unknown color: approx La Palma. HEX triplet: 40, 84 and 30. RGB value is (64,132,48). Sum of RGB (Red+Green+Blue) = 64+132+48=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #408430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408430 is #BF7BCF. Grayscale: #666666. Windows color (decimal): -12549072 or 3179584. OLE color: 3179584.

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

Color convert

RGB6413248-
CMYK0.5200.640.48
HSL108.57º46.67%35.29%-
HSV(B)108.57º63.64%51.76%-
XYZ10.917.815.66-
YUV102.0997.47100.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 132 (51.95% from 255) = 54.10%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=26.23%
G=54.10%
B=19.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132480.5200.640.48108.5746.6735.29
Hex40843034040306d2f23
Octal10020460640100601555743
Binary100000010000100110000110100010000001100001101101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408430; }

 p { color: rgb(64,132,48); }

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

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

 a { background-color: rgb(64,132,48); }

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

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

 span { border-color: rgb(64,132,48); }

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