#469632

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

Shades of La Palma #469632

Tints of La Palma #469632

Color information

#469632 (or 0x469632) is unknown color: approx La Palma. HEX triplet: 46, 96 and 32. RGB value is (70,150,50). Sum of RGB (Red+Green+Blue) = 70+150+50=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #469632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469632 is #B969CD. Grayscale: #737373. Windows color (decimal): -12151246 or 3315270. OLE color: 3315270.

HSL color Cylindrical-coordinate representation of color #469632: hue angle of 108º 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 #469632 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB7015050-
CMYK0.5300.670.41
HSL108º50%39.22%-
HSV(B)108º66.67%58.82%-
XYZ14.0123.356.79-
YUV114.6891.596.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 150 (58.98% from 255) = 55.56%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=25.93%
G=55.56%
B=18.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150500.5300.670.411085039.22
Hex46963235043296c3227
Octal10622662650103511546247
Binary100011010010110110010110101010000111010011101100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469632; }

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

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

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

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

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

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

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

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