#469534

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

Shades of La Palma #469534

Tints of La Palma #469534

Color information

#469534 (or 0x469534) is unknown color: approx La Palma. HEX triplet: 46, 95 and 34. RGB value is (70,149,52). Sum of RGB (Red+Green+Blue) = 70+149+52=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #469534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469534 is #B96ACB. Grayscale: #727272. Windows color (decimal): -12151500 or 3446086. OLE color: 3446086.

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

Color convert

RGB7014952-
CMYK0.5300.650.42
HSL108.87º48.26%39.41%-
HSV(B)108.87º65.1%58.43%-
XYZ13.8923.046.96-
YUV114.3292.8396.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=25.83%
G=54.98%
B=19.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149520.5300.650.42108.8748.2639.41
Hex469534350412A6d3027
Octal10622564650101521556047
Binary100011010010101110100110101010000011010101101101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469534; }

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

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

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

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

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

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

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

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