Html Css Color HEX #47644B Nandor

📋 copy color: '#47644B'

red 71 ◦ green 100 ◦ blue 75

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

Shades of Nandor #47644B

Tints of Nandor #47644B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.49%

R = 28.86%
G = 40.65%
B = 30.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#47644B (or 0x47644B) is known color: Nandor. HEX triplet: 47, 64 and 4B. RGB value is (71,100,75). Sum of RGB (Red+Green+Blue) = 71+100+75=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #47644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47644B is #B89BB4. Grayscale: #585858. Windows color (decimal): -12098485 or 4940871. OLE color: 4940871.

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

Color convert

RGB 71 100 75 -
CMYK 0.29 0 0.25 0.61
HSL 128.28º 0.17% 0.34% -
HSV(B) 128.28º 0.29% 0.39% -
XYZ 8.43 10.96 8.33 -
YUV 88.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 71 100 75 0.29 0 0.25 0.61 128.28 0.17 0.34
Hex 47 64 4B 1D 0 19 3D 80 11 22
Octal 107 144 113 35 0 31 75 200 21 42
Binary 1000111 1100100 1001011 11101 0 11001 111101 10000000 10001 100010

Color Harmonies of #47644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47644B

Black with #47644B

Text Example


Text Example

White with #47644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47644B; }

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

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

background-color css

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

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

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

border-color css

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

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

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