Html Css Color HEX #475349 Nandor

📋 copy color: '#475349'

red 71 ◦ green 83 ◦ blue 73

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

Shades of Nandor #475349

Tints of Nandor #475349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.56%

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

R = 31.28%
G = 36.56%
B = 32.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#475349 (or 0x475349) is known color: Nandor. HEX triplet: 47, 53 and 49. RGB value is (71,83,73). Sum of RGB (Red+Green+Blue) = 71+83+73=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #475349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475349 is #B8ACB6. Grayscale: #4E4E4E. Windows color (decimal): -12102839 or 4805447. OLE color: 4805447.

HSL color Cylindrical-coordinate representation of color #475349: hue angle of 130º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475349 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 73 -
CMYK 0.14 0 0.12 0.67
HSL 130º 0.08% 0.3% -
HSV(B) 130º 0.14% 0.33% -
XYZ 6.89 8.01 7.49 -
YUV 78.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 71 83 73 0.14 0 0.12 0.67 130 0.08 0.3
Hex 47 53 49 E 0 C 43 82 8 1E
Octal 107 123 111 16 0 14 103 202 10 36
Binary 1000111 1010011 1001001 1110 0 1100 1000011 10000010 1000 11110

Color Harmonies of #475349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475349

Black with #475349

Text Example


Text Example

White with #475349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475349; }

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

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

background-color css

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

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

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

border-color css

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

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

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