Html Css Color HEX #476448 Nandor

📋 copy color: '#476448'

red 71 ◦ green 100 ◦ blue 72

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

Shades of Nandor #476448

Tints of Nandor #476448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 29.22%
G = 41.15%
B = 29.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#476448 (or 0x476448) is known color: Nandor. HEX triplet: 47, 64 and 48. RGB value is (71,100,72). Sum of RGB (Red+Green+Blue) = 71+100+72=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #476448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476448 is #B89BB7. Grayscale: #585858. Windows color (decimal): -12098488 or 4744263. OLE color: 4744263.

HSL color Cylindrical-coordinate representation of color #476448: hue angle of 122.07º 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 #476448 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 72 -
CMYK 0.29 0 0.28 0.61
HSL 122.07º 0.17% 0.34% -
HSV(B) 122.07º 0.29% 0.39% -
XYZ 8.33 10.92 7.8 -
YUV 88.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 71 100 72 0.29 0 0.28 0.61 122.07 0.17 0.34
Hex 47 64 48 1D 0 1C 3D 7A 11 22
Octal 107 144 110 35 0 34 75 172 21 42
Binary 1000111 1100100 1001000 11101 0 11100 111101 1111010 10001 100010

Color Harmonies of #476448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476448

Black with #476448

Text Example


Text Example

White with #476448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476448; }

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

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

background-color css

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

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

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

border-color css

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

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

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