#469524

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

Shades of La Palma #469524

Tints of La Palma #469524

Color information

#469524 (or 0x469524) is unknown color: approx La Palma. HEX triplet: 46, 95 and 24. RGB value is (70,149,36). Sum of RGB (Red+Green+Blue) = 70+149+36=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #469524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469524 is #B96ADB. Grayscale: #707070. Windows color (decimal): -12151516 or 2397510. OLE color: 2397510.

HSL color Cylindrical-coordinate representation of color #469524: hue angle of 101.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #469524 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB7014936-
CMYK0.5300.760.42
HSL101.95º61.08%36.27%-
HSV(B)101.95º75.84%58.43%-
XYZ13.5922.925.38-
YUV112.584.8397.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 149 (58.59% from 255) = 58.43%
BLUE value IS 36 (14.45% from 255) = 14.12%
R=27.45%
G=58.43%
B=14.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149360.5300.760.42101.9561.0836.27
Hex4695243504C2A663d24
Octal10622544650114521467544
Binary100011010010101100100110101010011001010101100110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469524; }

 p { color: rgb(70,149,36); }

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

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

 a { background-color: rgb(70,149,36); }

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

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

 span { border-color: rgb(70,149,36); }

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