#476748

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

Shades of Nandor #476748

Tints of Nandor #476748

Color information

#476748 (or 0x476748) is unknown color: approx Nandor. HEX triplet: 47, 67 and 48. RGB value is (71,103,72). Sum of RGB (Red+Green+Blue) = 71+103+72=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #476748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476748 is #B898B7. Grayscale: #595959. Windows color (decimal): -12097720 or 4745031. OLE color: 4745031.

HSL color Cylindrical-coordinate representation of color #476748: hue angle of 121.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476748 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB7110372-
CMYK0.3100.300.60
HSL121.87º18.39%34.12%-
HSV(B)121.87º31.07%40.39%-
XYZ8.6211.517.9-
YUV89.9117.9114.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=28.86%
G=41.87%
B=29.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103720.3100.300.60121.8718.3934.12
Hex4767481F01E3C7a1222
Octal10714711037036741722242
Binary10001111100111100100011111011110111100111101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476748; }

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

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

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

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

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

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

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

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