Html Css Color HEX #475249 Nandor

📋 copy color: '#475249'

red 71 ◦ green 82 ◦ blue 73

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

Shades of Nandor #475249

Tints of Nandor #475249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

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

R = 31.42%
G = 36.28%
B = 32.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#475249 (or 0x475249) is known color: Nandor. HEX triplet: 47, 52 and 49. RGB value is (71,82,73). Sum of RGB (Red+Green+Blue) = 71+82+73=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #475249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475249 is #B8ADB6. Grayscale: #4D4D4D. Windows color (decimal): -12103095 or 4805191. OLE color: 4805191.

HSL color Cylindrical-coordinate representation of color #475249: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #475249 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 73 -
CMYK 0.13 0 0.11 0.68
HSL 130.91º 0.07% 0.3% -
HSV(B) 130.91º 0.13% 0.32% -
XYZ 6.82 7.86 7.46 -
YUV 77.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 71 82 73 0.13 0 0.11 0.68 130.91 0.07 0.3
Hex 47 52 49 D 0 B 44 83 7 1E
Octal 107 122 111 15 0 13 104 203 7 36
Binary 1000111 1010010 1001001 1101 0 1011 1000100 10000011 111 11110

Color Harmonies of #475249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475249

Black with #475249

Text Example


Text Example

White with #475249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475249; }

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

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

background-color css

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

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

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

border-color css

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

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

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