Html Css Color HEX #47614B Nandor

📋 copy color: '#47614B'

red 71 ◦ green 97 ◦ blue 75

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

Shades of Nandor #47614B

Tints of Nandor #47614B

RGB

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

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

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

R = 29.22%
G = 39.92%
B = 30.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#47614B (or 0x47614B) is known color: Nandor. HEX triplet: 47, 61 and 4B. RGB value is (71,97,75). Sum of RGB (Red+Green+Blue) = 71+97+75=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #47614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47614B is #B89EB4. Grayscale: #565656. Windows color (decimal): -12099253 or 4940103. OLE color: 4940103.

HSL color Cylindrical-coordinate representation of color #47614B: hue angle of 129.23º 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 #47614B is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 75 -
CMYK 0.27 0 0.23 0.62
HSL 129.23º 0.15% 0.33% -
HSV(B) 129.23º 0.27% 0.38% -
XYZ 8.14 10.4 8.23 -
YUV 86.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 71 97 75 0.27 0 0.23 0.62 129.23 0.15 0.33
Hex 47 61 4B 1B 0 17 3E 81 F 21
Octal 107 141 113 33 0 27 76 201 17 41
Binary 1000111 1100001 1001011 11011 0 10111 111110 10000001 1111 100001

Color Harmonies of #47614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47614B

Black with #47614B

Text Example


Text Example

White with #47614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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