Html Css Color HEX #47614A Nandor

📋 copy color: '#47614A'

red 71 ◦ green 97 ◦ blue 74

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

Shades of Nandor #47614A

Tints of Nandor #47614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 29.34%
G = 40.08%
B = 30.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#47614A (or 0x47614A) is known color: Nandor. HEX triplet: 47, 61 and 4A. RGB value is (71,97,74). Sum of RGB (Red+Green+Blue) = 71+97+74=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #47614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47614A is #B89EB5. Grayscale: #565656. Windows color (decimal): -12099254 or 4874567. OLE color: 4874567.

HSL color Cylindrical-coordinate representation of color #47614A: hue angle of 126.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47614A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 74 -
CMYK 0.27 0 0.24 0.62
HSL 126.92º 0.15% 0.33% -
HSV(B) 126.92º 0.27% 0.38% -
XYZ 8.11 10.38 8.06 -
YUV 86.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 71 97 74 0.27 0 0.24 0.62 126.92 0.15 0.33
Hex 47 61 4A 1B 0 18 3E 7F F 21
Octal 107 141 112 33 0 30 76 177 17 41
Binary 1000111 1100001 1001010 11011 0 11000 111110 1111111 1111 100001

Color Harmonies of #47614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47614A

Black with #47614A

Text Example


Text Example

White with #47614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47614A; }

 p { color: rgb(71,97,74); }

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

background-color css

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

 a { background-color: rgb(71,97,74); }

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

border-color css

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

 span { border-color: rgb(71,97,74); }

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