Html Css Color HEX #486A49 Nandor

📋 copy color: '#486A49'

red 72 ◦ green 106 ◦ blue 73

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

Shades of Nandor #486A49

Tints of Nandor #486A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.23%

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 28.69%
G = 42.23%
B = 29.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#486A49 (or 0x486A49) is known color: Nandor. HEX triplet: 48, 6A and 49. RGB value is (72,106,73). Sum of RGB (Red+Green+Blue) = 72+106+73=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #486A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A49 is #B795B6. Grayscale: #5C5C5C. Windows color (decimal): -12031415 or 4811336. OLE color: 4811336.

HSL color Cylindrical-coordinate representation of color #486A49: hue angle of 121.76º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #486A49 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 73 -
CMYK 0.32 0 0.31 0.58
HSL 121.76º 0.19% 0.35% -
HSV(B) 121.76º 0.32% 0.42% -
XYZ 9.03 12.17 8.18 -
YUV 92.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 72 106 73 0.32 0 0.31 0.58 121.76 0.19 0.35
Hex 48 6A 49 20 0 1F 3A 7A 13 23
Octal 110 152 111 40 0 37 72 172 23 43
Binary 1001000 1101010 1001001 100000 0 11111 111010 1111010 10011 100011

Color Harmonies of #486A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A49

Black with #486A49

Text Example


Text Example

White with #486A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486A49; }

 p { color: rgb(72,106,73); }

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

background-color css

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

 a { background-color: rgb(72,106,73); }

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

border-color css

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

 span { border-color: rgb(72,106,73); }

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