Html Css Color HEX #476449 Nandor

📋 copy color: '#476449'

red 71 ◦ green 100 ◦ blue 73

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

Shades of Nandor #476449

Tints of Nandor #476449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.98%

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

R = 29.1%
G = 40.98%
B = 29.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#476449 (or 0x476449) is known color: Nandor. HEX triplet: 47, 64 and 49. RGB value is (71,100,73). Sum of RGB (Red+Green+Blue) = 71+100+73=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #476449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476449 is #B89BB6. Grayscale: #585858. Windows color (decimal): -12098487 or 4809799. OLE color: 4809799.

HSL color Cylindrical-coordinate representation of color #476449: hue angle of 124.14º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #476449 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 73 -
CMYK 0.29 0 0.27 0.61
HSL 124.14º 0.17% 0.34% -
HSV(B) 124.14º 0.29% 0.39% -
XYZ 8.36 10.93 7.97 -
YUV 88.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 71 100 73 0.29 0 0.27 0.61 124.14 0.17 0.34
Hex 47 64 49 1D 0 1B 3D 7C 11 22
Octal 107 144 111 35 0 33 75 174 21 42
Binary 1000111 1100100 1001001 11101 0 11011 111101 1111100 10001 100010

Color Harmonies of #476449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476449

Black with #476449

Text Example


Text Example

White with #476449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476449; }

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

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

background-color css

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

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

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

border-color css

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

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

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