#469520

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

Shades of La Palma #469520

Tints of La Palma #469520

Color information

#469520 (or 0x469520) is unknown color: approx La Palma. HEX triplet: 46, 95 and 20. RGB value is (70,149,32). Sum of RGB (Red+Green+Blue) = 70+149+32=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #469520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469520 is #B96ADF. Grayscale: #707070. Windows color (decimal): -12151520 or 2135366. OLE color: 2135366.

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

Color convert

RGB7014932-
CMYK0.5300.790.42
HSL100.51º64.64%35.49%-
HSV(B)100.51º78.52%58.43%-
XYZ13.5322.95.07-
YUV112.0482.8398.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 149 (58.59% from 255) = 59.36%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=27.89%
G=59.36%
B=12.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149320.5300.790.42100.5164.6435.49
Hex4695203504F2A654123
Octal106225406501175214510143
Binary1000110100101011000001101010100111110101011001011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469520; }

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

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

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

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

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

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

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

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