Html Css Color HEX #47624A Nandor

📋 copy color: '#47624A'

red 71 ◦ green 98 ◦ blue 74

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

Shades of Nandor #47624A

Tints of Nandor #47624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

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

R = 29.22%
G = 40.33%
B = 30.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#47624A (or 0x47624A) is known color: Nandor. HEX triplet: 47, 62 and 4A. RGB value is (71,98,74). Sum of RGB (Red+Green+Blue) = 71+98+74=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #47624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47624A is #B89DB5. Grayscale: #575757. Windows color (decimal): -12098998 or 4874823. OLE color: 4874823.

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

Color convert

RGB 71 98 74 -
CMYK 0.28 0 0.24 0.62
HSL 126.67º 0.16% 0.33% -
HSV(B) 126.67º 0.28% 0.38% -
XYZ 8.2 10.57 8.09 -
YUV 87.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 71 98 74 0.28 0 0.24 0.62 126.67 0.16 0.33
Hex 47 62 4A 1C 0 18 3E 7F 10 21
Octal 107 142 112 34 0 30 76 177 20 41
Binary 1000111 1100010 1001010 11100 0 11000 111110 1111111 10000 100001

Color Harmonies of #47624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47624A

Black with #47624A

Text Example


Text Example

White with #47624A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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