#469128

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

Shades of La Palma #469128

Tints of La Palma #469128

Color information

#469128 (or 0x469128) is unknown color: approx La Palma. HEX triplet: 46, 91 and 28. RGB value is (70,145,40). Sum of RGB (Red+Green+Blue) = 70+145+40=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #469128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469128 is #B96ED7. Grayscale: #6E6E6E. Windows color (decimal): -12152536 or 2658630. OLE color: 2658630.

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

Color convert

RGB7014540-
CMYK0.5200.720.43
HSL102.86º56.76%36.27%-
HSV(B)102.86º72.41%56.86%-
XYZ13.0321.715.51-
YUV110.688.1599.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 145 (57.03% from 255) = 56.86%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=27.45%
G=56.86%
B=15.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145400.5200.720.43102.8656.7636.27
Hex469128340482B673924
Octal10622150640110531477144
Binary100011010010001101000110100010010001010111100111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469128; }

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

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

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

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

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

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

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

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