#469126

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

Shades of La Palma #469126

Tints of La Palma #469126

Color information

#469126 (or 0x469126) is unknown color: approx La Palma. HEX triplet: 46, 91 and 26. RGB value is (70,145,38). Sum of RGB (Red+Green+Blue) = 70+145+38=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #469126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469126 is #B96ED9. Grayscale: #6E6E6E. Windows color (decimal): -12152538 or 2527558. OLE color: 2527558.

HSL color Cylindrical-coordinate representation of color #469126: hue angle of 102.06º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #469126 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB7014538-
CMYK0.5200.740.43
HSL102.06º58.47%35.88%-
HSV(B)102.06º73.79%56.86%-
XYZ1321.695.34-
YUV110.3887.1599.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 145 (57.03% from 255) = 57.31%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=27.67%
G=57.31%
B=15.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145380.5200.740.43102.0658.4735.88
Hex4691263404A2B663a24
Octal10622146640112531467244
Binary100011010010001100110110100010010101010111100110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469126; }

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

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

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

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

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

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

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

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