#478F2C

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

Shades of La Palma #478F2C

Tints of La Palma #478F2C

Color information

#478F2C (or 0x478F2C) is unknown color: approx La Palma. HEX triplet: 47, 8F and 2C. RGB value is (71,143,44). Sum of RGB (Red+Green+Blue) = 71+143+44=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #478F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478F2C is #B870D3. Grayscale: #6E6E6E. Windows color (decimal): -12087508 or 2920263. OLE color: 2920263.

HSL color Cylindrical-coordinate representation of color #478F2C: hue angle of 103.64º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #478F2C is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB7114344-
CMYK0.5000.690.44
HSL103.64º52.94%36.67%-
HSV(B)103.64º69.23%56.08%-
XYZ12.8821.175.79-
YUV110.1990.65100.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 143 (56.25% from 255) = 55.43%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=27.52%
G=55.43%
B=17.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71143440.5000.690.44103.6452.9436.67
Hex478F2C320452C683525
Octal10721754620105541506545
Binary100011110001111101100110010010001011011001101000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478F2C; }

 p { color: rgb(71,143,44); }

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

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

 a { background-color: rgb(71,143,44); }

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

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

 span { border-color: rgb(71,143,44); }

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