#476249

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

Shades of Nandor #476249

Tints of Nandor #476249

Color information

#476249 (or 0x476249) is unknown color: approx Nandor. HEX triplet: 47, 62 and 49. RGB value is (71,98,73). Sum of RGB (Red+Green+Blue) = 71+98+73=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #476249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476249 is #B89DB6. Grayscale: #575757. Windows color (decimal): -12098999 or 4809287. OLE color: 4809287.

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

Color convert

RGB719873-
CMYK0.2800.260.62
HSL124.44º15.98%33.14%-
HSV(B)124.44º27.55%38.43%-
XYZ8.1710.567.91-
YUV87.08120.05116.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=29.34%
G=40.50%
B=30.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198730.2800.260.62124.4415.9833.14
Hex4762491C01A3E7c1021
Octal10714211134032761742041
Binary10001111100010100100111100011010111110111110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476249; }

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

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

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

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

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

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

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

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