#479231

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

Shades of La Palma #479231

Tints of La Palma #479231

Color information

#479231 (or 0x479231) is unknown color: approx La Palma. HEX triplet: 47, 92 and 31. RGB value is (71,146,49). Sum of RGB (Red+Green+Blue) = 71+146+49=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #479231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479231 is #B86DCE. Grayscale: #707070. Windows color (decimal): -12086735 or 3248711. OLE color: 3248711.

HSL color Cylindrical-coordinate representation of color #479231: hue angle of 106.39º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #479231 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB7114649-
CMYK0.5100.660.43
HSL106.39º49.74%38.24%-
HSV(B)106.39º66.44%57.25%-
XYZ13.4322.126.47-
YUV112.5292.1598.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=26.69%
G=54.89%
B=18.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146490.5100.660.43106.3949.7438.24
Hex479231330422B6a3226
Octal10722261630102531526246
Binary100011110010010110001110011010000101010111101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479231; }

 p { color: rgb(71,146,49); }

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

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

 a { background-color: rgb(71,146,49); }

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

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

 span { border-color: rgb(71,146,49); }

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