Html Css Color HEX #496748 Nandor

📋 copy color: '#496748'

red 73 ◦ green 103 ◦ blue 72

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

Shades of Nandor #496748

Tints of Nandor #496748

RGB

 RED value IS 73 (28.91% from 255) = 29.44%

 GREEN value IS 103 (40.63% from 255) = 41.53%

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

R = 29.44%
G = 41.53%
B = 29.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#496748 (or 0x496748) is known color: Nandor. HEX triplet: 49, 67 and 48. RGB value is (73,103,72). Sum of RGB (Red+Green+Blue) = 73+103+72=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #496748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496748 is #B698B7. Grayscale: #5A5A5A. Windows color (decimal): -11966648 or 4745033. OLE color: 4745033.

HSL color Cylindrical-coordinate representation of color #496748: 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 #496748 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 72 -
CMYK 0.29 0 0.30 0.60
HSL 118.06º 0.18% 0.34% -
HSV(B) 118.06º 0.3% 0.4% -
XYZ 8.77 11.58 7.9 -
YUV 90.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 73 103 72 0.29 0 0.30 0.60 118.06 0.18 0.34
Hex 49 67 48 1D 0 1E 3C 76 12 22
Octal 111 147 110 35 0 36 74 166 22 42
Binary 1001001 1100111 1001000 11101 0 11110 111100 1110110 10010 100010

Color Harmonies of #496748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496748

Black with #496748

Text Example


Text Example

White with #496748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496748; }

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

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

background-color css

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

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

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

border-color css

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

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

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