Html Css Color HEX #486249 Nandor

📋 copy color: '#486249'

red 72 ◦ green 98 ◦ blue 73

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

Shades of Nandor #486249

Tints of Nandor #486249

RGB

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

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

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

R = 29.63%
G = 40.33%
B = 30.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#486249 (or 0x486249) is known color: Nandor. HEX triplet: 48, 62 and 49. RGB value is (72,98,73). Sum of RGB (Red+Green+Blue) = 72+98+73=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #486249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486249 is #B79DB6. Grayscale: #575757. Windows color (decimal): -12033463 or 4809288. OLE color: 4809288.

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

Color convert

RGB 72 98 73 -
CMYK 0.27 0 0.26 0.62
HSL 122.31º 0.15% 0.33% -
HSV(B) 122.31º 0.27% 0.38% -
XYZ 8.24 10.59 7.91 -
YUV 87.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 72 98 73 0.27 0 0.26 0.62 122.31 0.15 0.33
Hex 48 62 49 1B 0 1A 3E 7A F 21
Octal 110 142 111 33 0 32 76 172 17 41
Binary 1001000 1100010 1001001 11011 0 11010 111110 1111010 1111 100001

Color Harmonies of #486249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486249

Black with #486249

Text Example


Text Example

White with #486249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486249; }

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

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

background-color css

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

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

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

border-color css

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

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

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