#476248

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

Shades of Nandor #476248

Tints of Nandor #476248

Color information

#476248 (or 0x476248) is unknown color: approx Nandor. HEX triplet: 47, 62 and 48. RGB value is (71,98,72). Sum of RGB (Red+Green+Blue) = 71+98+72=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #476248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476248 is #B89DB7. Grayscale: #575757. Windows color (decimal): -12099000 or 4743751. OLE color: 4743751.

HSL color Cylindrical-coordinate representation of color #476248: hue angle of 122.22º 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 #476248 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB719872-
CMYK0.2800.270.62
HSL122.22º15.98%33.14%-
HSV(B)122.22º27.55%38.43%-
XYZ8.1410.547.74-
YUV86.96119.55116.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=29.46%
G=40.66%
B=29.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198720.2800.270.62122.2215.9833.14
Hex4762481C01B3E7a1021
Octal10714211034033761722041
Binary10001111100010100100011100011011111110111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476248; }

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

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

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

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

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

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

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

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