#469235

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

Shades of La Palma #469235

Tints of La Palma #469235

Color information

#469235 (or 0x469235) is unknown color: approx La Palma. HEX triplet: 46, 92 and 35. RGB value is (70,146,53). Sum of RGB (Red+Green+Blue) = 70+146+53=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #469235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469235 is #B96DCA. Grayscale: #707070. Windows color (decimal): -12152267 or 3510854. OLE color: 3510854.

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

Color convert

RGB7014653-
CMYK0.5200.640.43
HSL109.03º46.73%39.02%-
HSV(B)109.03º63.7%57.25%-
XYZ13.4522.126.93-
YUV112.6794.3297.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 146 (57.42% from 255) = 54.28%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=26.02%
G=54.28%
B=19.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70146530.5200.640.43109.0346.7339.02
Hex469235340402B6d2f27
Octal10622265640100531555747
Binary100011010010010110101110100010000001010111101101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469235; }

 p { color: rgb(70,146,53); }

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

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

 a { background-color: rgb(70,146,53); }

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

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

 span { border-color: rgb(70,146,53); }

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