#478A0B

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

Shades of La Palma #478A0B

Tints of La Palma #478A0B

Color information

#478A0B (or 0x478A0B) is unknown color: approx La Palma. HEX triplet: 47, 8A and 0B. RGB value is (71,138,11). Sum of RGB (Red+Green+Blue) = 71+138+11=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #478A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478A0B is #B875F4. Grayscale: #676767. Windows color (decimal): -12088821 or 756295. OLE color: 756295.

HSL color Cylindrical-coordinate representation of color #478A0B: hue angle of 91.65º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #478A0B is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB7113811-
CMYK0.4900.920.46
HSL91.65º85.23%29.22%-
HSV(B)91.65º92.03%54.12%-
XYZ11.7519.543.47-
YUV103.4975.8104.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 138 (54.30% from 255) = 62.73%
BLUE value IS 11 (4.69% from 255) = 5%
R=32.27%
G=62.73%
B=5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71138110.4900.920.4691.6585.2329.22
Hex478AB3105C2E5c551d
Octal107212136101345613412535
Binary1000111100010101011110001010111001011101011100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,138,11); }

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

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

 a { background-color: rgb(71,138,11); }

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

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

 span { border-color: rgb(71,138,11); }

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