#476948

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

Shades of Nandor #476948

Tints of Nandor #476948

Color information

#476948 (or 0x476948) is unknown color: approx Nandor. HEX triplet: 47, 69 and 48. RGB value is (71,105,72). Sum of RGB (Red+Green+Blue) = 71+105+72=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #476948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476948 is #B896B7. Grayscale: #5B5B5B. Windows color (decimal): -12097208 or 4745543. OLE color: 4745543.

HSL color Cylindrical-coordinate representation of color #476948: hue angle of 121.76º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476948 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB7110572-
CMYK0.3200.310.59
HSL121.76º19.32%34.51%-
HSV(B)121.76º32.38%41.18%-
XYZ8.8211.917.97-
YUV91.07117.24113.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=28.63%
G=42.34%
B=29.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105720.3200.310.59121.7619.3234.51
Hex4769482001F3B7a1323
Octal10715111040037731722343
Binary100011111010011001000100000011111111011111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476948; }

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

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

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

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

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

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

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

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