#469420

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

Shades of La Palma #469420

Tints of La Palma #469420

Color information

#469420 (or 0x469420) is unknown color: approx La Palma. HEX triplet: 46, 94 and 20. RGB value is (70,148,32). Sum of RGB (Red+Green+Blue) = 70+148+32=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #469420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469420 is #B96BDF. Grayscale: #6F6F6F. Windows color (decimal): -12151776 or 2135110. OLE color: 2135110.

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

Color convert

RGB7014832-
CMYK0.5300.780.42
HSL100.34º64.44%35.29%-
HSV(B)100.34º78.38%58.04%-
XYZ13.3822.595.02-
YUV111.4583.1698.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 148 (58.20% from 255) = 59.2%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=28%
G=59.2%
B=12.8%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148320.5300.780.42100.3464.4435.29
Hex4694203504E2A644023
Octal106224406501165214410043
Binary1000110100101001000001101010100111010101011001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469420; }

 p { color: rgb(70,148,32); }

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

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

 a { background-color: rgb(70,148,32); }

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

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

 span { border-color: rgb(70,148,32); }

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