#476149

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

Shades of Nandor #476149

Tints of Nandor #476149

Color information

#476149 (or 0x476149) is unknown color: approx Nandor. HEX triplet: 47, 61 and 49. RGB value is (71,97,73). Sum of RGB (Red+Green+Blue) = 71+97+73=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #476149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476149 is #B89EB6. Grayscale: #565656. Windows color (decimal): -12099255 or 4809031. OLE color: 4809031.

HSL color Cylindrical-coordinate representation of color #476149: hue angle of 124.62º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #476149 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB719773-
CMYK0.2700.250.62
HSL124.62º15.48%32.94%-
HSV(B)124.62º26.8%38.04%-
XYZ8.0810.377.88-
YUV86.49120.39116.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=29.46%
G=40.25%
B=30.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197730.2700.250.62124.6215.4832.94
Hex4761491B0193E7df21
Octal10714111133031761751741
Binary1000111110000110010011101101100111111011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476149; }

 p { color: rgb(71,97,73); }

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

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

 a { background-color: rgb(71,97,73); }

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

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

 span { border-color: rgb(71,97,73); }

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