Html Css Color HEX #476049 Nandor

📋 copy color: '#476049'

red 71 ◦ green 96 ◦ blue 73

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

Shades of Nandor #476049

Tints of Nandor #476049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

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

R = 29.58%
G = 40%
B = 30.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#476049 (or 0x476049) is known color: Nandor. HEX triplet: 47, 60 and 49. RGB value is (71,96,73). Sum of RGB (Red+Green+Blue) = 71+96+73=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #476049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476049 is #B89FB6. Grayscale: #555555. Windows color (decimal): -12099511 or 4808775. OLE color: 4808775.

HSL color Cylindrical-coordinate representation of color #476049: hue angle of 124.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #476049 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 73 -
CMYK 0.26 0 0.24 0.62
HSL 124.8º 0.15% 0.33% -
HSV(B) 124.8º 0.26% 0.38% -
XYZ 7.98 10.19 7.85 -
YUV 85.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 71 96 73 0.26 0 0.24 0.62 124.8 0.15 0.33
Hex 47 60 49 1A 0 18 3E 7D F 21
Octal 107 140 111 32 0 30 76 175 17 41
Binary 1000111 1100000 1001001 11010 0 11000 111110 1111101 1111 100001

Color Harmonies of #476049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476049

Black with #476049

Text Example


Text Example

White with #476049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476049; }

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

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

background-color css

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

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

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

border-color css

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

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

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