#478D0D

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

Shades of La Palma #478D0D

Tints of La Palma #478D0D

Color information

#478D0D (or 0x478D0D) is unknown color: approx La Palma. HEX triplet: 47, 8D and 0D. RGB value is (71,141,13). Sum of RGB (Red+Green+Blue) = 71+141+13=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #478D0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478D0D is #B872F2. Grayscale: #696969. Windows color (decimal): -12088051 or 888135. OLE color: 888135.

HSL color Cylindrical-coordinate representation of color #478D0D: hue angle of 92.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #478D0D is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB7114113-
CMYK0.5000.910.45
HSL92.81º83.12%30.2%-
HSV(B)92.81º90.78%55.29%-
XYZ12.220.423.68-
YUV105.4875.81103.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 141 (55.47% from 255) = 62.67%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=31.56%
G=62.67%
B=5.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71141130.5000.910.4592.8183.1230.2
Hex478DD3205B2D5d531e
Octal107215156201335513512336
Binary1000111100011011101110010010110111011011011101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,141,13); }

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

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

 a { background-color: rgb(71,141,13); }

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

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

 span { border-color: rgb(71,141,13); }

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