#469832

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

Shades of La Palma #469832

Tints of La Palma #469832

Color information

#469832 (or 0x469832) is unknown color: approx La Palma. HEX triplet: 46, 98 and 32. RGB value is (70,152,50). Sum of RGB (Red+Green+Blue) = 70+152+50=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #469832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469832 is #B967CD. Grayscale: #747474. Windows color (decimal): -12150734 or 3315782. OLE color: 3315782.

HSL color Cylindrical-coordinate representation of color #469832: hue angle of 108.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469832 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB7015250-
CMYK0.5400.670.40
HSL108.24º50.5%39.61%-
HSV(B)108.24º67.11%59.61%-
XYZ14.3323.996.89-
YUV115.8590.8395.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=25.74%
G=55.88%
B=18.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152500.5400.670.40108.2450.539.61
Hex46983236043286c3228
Octal10623062660103501546250
Binary100011010011000110010110110010000111010001101100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469832; }

 p { color: rgb(70,152,50); }

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

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

 a { background-color: rgb(70,152,50); }

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

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

 span { border-color: rgb(70,152,50); }

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