Html Css Color HEX #486647 Nandor

📋 copy color: '#486647'

red 72 ◦ green 102 ◦ blue 71

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

Shades of Nandor #486647

Tints of Nandor #486647

RGB

 RED value IS 72 (28.52% from 255) = 29.39%

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 71 (28.13% from 255) = 28.98%

R = 29.39%
G = 41.63%
B = 28.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#486647 (or 0x486647) is known color: Nandor. HEX triplet: 48, 66 and 47. RGB value is (72,102,71). Sum of RGB (Red+Green+Blue) = 72+102+71=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #486647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486647 is #B799B8. Grayscale: #595959. Windows color (decimal): -12032441 or 4679240. OLE color: 4679240.

HSL color Cylindrical-coordinate representation of color #486647: hue angle of 118.06º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486647 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 71 -
CMYK 0.29 0 0.30 0.6
HSL 118.06º 0.18% 0.34% -
HSV(B) 118.06º 0.3% 0.4% -
XYZ 8.56 11.34 7.7 -
YUV 89.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 72 102 71 0.29 0 0.30 0.6 118.06 0.18 0.34
Hex 48 66 47 1D 0 1E 3C 76 12 22
Octal 110 146 107 35 0 36 74 166 22 42
Binary 1001000 1100110 1000111 11101 0 11110 111100 1110110 10010 100010

Color Harmonies of #486647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486647

Black with #486647

Text Example


Text Example

White with #486647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486647; }

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

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

background-color css

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

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

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

border-color css

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

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

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