Html Css Color HEX #486349 Nandor

📋 copy color: '#486349'

red 72 ◦ green 99 ◦ blue 73

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

Shades of Nandor #486349

Tints of Nandor #486349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

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

R = 29.51%
G = 40.57%
B = 29.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#486349 (or 0x486349) is known color: Nandor. HEX triplet: 48, 63 and 49. RGB value is (72,99,73). Sum of RGB (Red+Green+Blue) = 72+99+73=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #486349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486349 is #B79CB6. Grayscale: #585858. Windows color (decimal): -12033207 or 4809544. OLE color: 4809544.

HSL color Cylindrical-coordinate representation of color #486349: hue angle of 122.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486349 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 73 -
CMYK 0.27 0 0.26 0.61
HSL 122.22º 0.16% 0.34% -
HSV(B) 122.22º 0.27% 0.39% -
XYZ 8.34 10.78 7.95 -
YUV 87.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 72 99 73 0.27 0 0.26 0.61 122.22 0.16 0.34
Hex 48 63 49 1B 0 1A 3D 7A 10 22
Octal 110 143 111 33 0 32 75 172 20 42
Binary 1001000 1100011 1001001 11011 0 11010 111101 1111010 10000 100010

Color Harmonies of #486349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486349

Black with #486349

Text Example


Text Example

White with #486349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486349; }

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

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

background-color css

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

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

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

border-color css

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

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

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