#469A33

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

Shades of La Palma #469A33

Tints of La Palma #469A33

Color information

#469A33 (or 0x469A33) is unknown color: approx La Palma. HEX triplet: 46, 9A and 33. RGB value is (70,154,51). Sum of RGB (Red+Green+Blue) = 70+154+51=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #469A33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469A33 is #B965CC. Grayscale: #757575. Windows color (decimal): -12150221 or 3381830. OLE color: 3381830.

HSL color Cylindrical-coordinate representation of color #469A33: hue angle of 108.93º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469A33 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB7015451-
CMYK0.5500.670.40
HSL108.93º50.24%40.2%-
HSV(B)108.93º66.88%60.39%-
XYZ14.6824.657.12-
YUV117.1490.6794.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 154 (60.55% from 255) = 56%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=25.45%
G=56%
B=18.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70154510.5500.670.40108.9350.2440.2
Hex469A3337043286d3228
Octal10623263670103501556250
Binary100011010011010110011110111010000111010001101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469A33; }

 p { color: rgb(70,154,51); }

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

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

 a { background-color: rgb(70,154,51); }

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

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

 span { border-color: rgb(70,154,51); }

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