#469732

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

Shades of La Palma #469732

Tints of La Palma #469732

Color information

#469732 (or 0x469732) is unknown color: approx La Palma. HEX triplet: 46, 97 and 32. RGB value is (70,151,50). Sum of RGB (Red+Green+Blue) = 70+151+50=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #469732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469732 is #B968CD. Grayscale: #737373. Windows color (decimal): -12150990 or 3315526. OLE color: 3315526.

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

Color convert

RGB7015150-
CMYK0.5400.670.41
HSL108.12º50.25%39.41%-
HSV(B)108.12º66.89%59.22%-
XYZ14.1723.676.84-
YUV115.2791.1695.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 151 (59.38% from 255) = 55.72%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=25.83%
G=55.72%
B=18.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70151500.5400.670.41108.1250.2539.41
Hex46973236043296c3227
Octal10622762660103511546247
Binary100011010010111110010110110010000111010011101100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469732; }

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

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

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

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

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

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

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

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