Html Css Color HEX #496348 Nandor

📋 copy color: '#496348'

red 73 ◦ green 99 ◦ blue 72

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

Shades of Nandor #496348

Tints of Nandor #496348

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 73 99 72 -
CMYK 0.26 0 0.27 0.61
HSL 117.78º 0.16% 0.34% -
HSV(B) 117.78º 0.27% 0.39% -
XYZ 8.38 10.81 7.78 -
YUV 88.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 73 99 72 0.26 0 0.27 0.61 117.78 0.16 0.34
Hex 49 63 48 1A 0 1B 3D 76 10 22
Octal 111 143 110 32 0 33 75 166 20 42
Binary 1001001 1100011 1001000 11010 0 11011 111101 1110110 10000 100010

Color Harmonies of #496348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496348

Black with #496348

Text Example


Text Example

White with #496348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496348; }

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

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

background-color css

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

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

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

border-color css

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

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

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