Html Css Color HEX #486248 Nandor

📋 copy color: '#486248'

red 72 ◦ green 98 ◦ blue 72

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

Shades of Nandor #486248

Tints of Nandor #486248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 29.75%
G = 40.5%
B = 29.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#486248 (or 0x486248) is known color: Nandor. HEX triplet: 48, 62 and 48. RGB value is (72,98,72). Sum of RGB (Red+Green+Blue) = 72+98+72=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #486248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486248 is #B79DB7. Grayscale: #575757. Windows color (decimal): -12033464 or 4743752. OLE color: 4743752.

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

Color convert

RGB 72 98 72 -
CMYK 0.27 0 0.27 0.62
HSL 120º 0.15% 0.33% -
HSV(B) 120º 0.27% 0.38% -
XYZ 8.21 10.58 7.74 -
YUV 87.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 72 98 72 0.27 0 0.27 0.62 120 0.15 0.33
Hex 48 62 48 1B 0 1B 3E 78 F 21
Octal 110 142 110 33 0 33 76 170 17 41
Binary 1001000 1100010 1001000 11011 0 11011 111110 1111000 1111 100001

Color Harmonies of #486248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486248

Black with #486248

Text Example


Text Example

White with #486248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486248; }

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

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

background-color css

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

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

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

border-color css

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

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

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