Html Css Color HEX #476549 Nandor

📋 copy color: '#476549'

red 71 ◦ green 101 ◦ blue 73

#476549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #476549

Tints of Nandor #476549

RGB

 RED value IS 71 (28.13% from 255) = 28.98%

 GREEN value IS 101 (39.84% from 255) = 41.22%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 28.98%
G = 41.22%
B = 29.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#476549 (or 0x476549) is known color: Nandor. HEX triplet: 47, 65 and 49. RGB value is (71,101,73). Sum of RGB (Red+Green+Blue) = 71+101+73=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #476549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476549 is #B89AB6. Grayscale: #585858. Windows color (decimal): -12098231 or 4810055. OLE color: 4810055.

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

Color convert

RGB 71 101 73 -
CMYK 0.30 0 0.28 0.60
HSL 124º 0.17% 0.34% -
HSV(B) 124º 0.3% 0.4% -
XYZ 8.45 11.13 8.01 -
YUV 88.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 71 101 73 0.30 0 0.28 0.60 124 0.17 0.34
Hex 47 65 49 1E 0 1C 3C 7C 11 22
Octal 107 145 111 36 0 34 74 174 21 42
Binary 1000111 1100101 1001001 11110 0 11100 111100 1111100 10001 100010

Color Harmonies of #476549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476549

Black with #476549

Text Example


Text Example

White with #476549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476549; }

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

 H1.HeaderClassName
 {
   color: #476549;
 }
 .AnyTagClassName
 {
   color: #476549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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