Html Css Color HEX #475C49 Nandor

📋 copy color: '#475C49'

red 71 ◦ green 92 ◦ blue 73

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

Shades of Nandor #475C49

Tints of Nandor #475C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.98%

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

R = 30.08%
G = 38.98%
B = 30.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#475C49 (or 0x475C49) is known color: Nandor. HEX triplet: 47, 5C and 49. RGB value is (71,92,73). Sum of RGB (Red+Green+Blue) = 71+92+73=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #475C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C49 is #B8A3B6. Grayscale: #535353. Windows color (decimal): -12100535 or 4807751. OLE color: 4807751.

HSL color Cylindrical-coordinate representation of color #475C49: hue angle of 125.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #475C49 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 92 73 -
CMYK 0.23 0 0.21 0.64
HSL 125.71º 0.13% 0.32% -
HSV(B) 125.71º 0.23% 0.36% -
XYZ 7.63 9.47 7.73 -
YUV 83.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 71 92 73 0.23 0 0.21 0.64 125.71 0.13 0.32
Hex 47 5C 49 17 0 15 40 7E D 20
Octal 107 134 111 27 0 25 100 176 15 40
Binary 1000111 1011100 1001001 10111 0 10101 1000000 1111110 1101 100000

Color Harmonies of #475C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C49

Black with #475C49

Text Example


Text Example

White with #475C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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