#478B12

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

Shades of La Palma #478B12

Tints of La Palma #478B12

Color information

#478B12 (or 0x478B12) is unknown color: approx La Palma. HEX triplet: 47, 8B and 12. RGB value is (71,139,18). Sum of RGB (Red+Green+Blue) = 71+139+18=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #478B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478B12 is #B874ED. Grayscale: #696969. Windows color (decimal): -12088558 or 1215303. OLE color: 1215303.

HSL color Cylindrical-coordinate representation of color #478B12: hue angle of 93.72º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #478B12 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB7113918-
CMYK0.4900.870.45
HSL93.72º77.07%30.78%-
HSV(B)93.72º87.05%54.51%-
XYZ11.9419.853.77-
YUV104.8778.97103.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 139 (54.69% from 255) = 60.96%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=31.14%
G=60.96%
B=7.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71139180.4900.870.4593.7277.0730.78
Hex478B12310572D5e4d1f
Octal107213226101275513611537
Binary10001111000101110010110001010101111011011011110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,139,18); }

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

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

 a { background-color: rgb(71,139,18); }

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

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

 span { border-color: rgb(71,139,18); }

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