#469526

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

Shades of La Palma #469526

Tints of La Palma #469526

Color information

#469526 (or 0x469526) is unknown color: approx La Palma. HEX triplet: 46, 95 and 26. RGB value is (70,149,38). Sum of RGB (Red+Green+Blue) = 70+149+38=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #469526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469526 is #B96AD9. Grayscale: #717171. Windows color (decimal): -12151514 or 2528582. OLE color: 2528582.

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

Color convert

RGB7014938-
CMYK0.5300.740.42
HSL102.7º59.36%36.67%-
HSV(B)102.7º74.5%58.43%-
XYZ13.6222.945.54-
YUV112.7285.8397.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 149 (58.59% from 255) = 57.98%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=27.24%
G=57.98%
B=14.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149380.5300.740.42102.759.3636.67
Hex4695263504A2A673b25
Octal10622546650112521477345
Binary100011010010101100110110101010010101010101100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469526; }

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

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

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

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

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

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

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

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