Html Css Color HEX #496B46 Nandor

📋 copy color: '#496B46'

red 73 ◦ green 107 ◦ blue 70

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

Shades of Nandor #496B46

Tints of Nandor #496B46

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.8%

 BLUE value IS 70 (27.73% from 255) = 28%

R = 29.2%
G = 42.8%
B = 28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#496B46 (or 0x496B46) is known color: Nandor. HEX triplet: 49, 6B and 46. RGB value is (73,107,70). Sum of RGB (Red+Green+Blue) = 73+107+70=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #496B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B46 is #B694B9. Grayscale: #5C5C5C. Windows color (decimal): -11965626 or 4614985. OLE color: 4614985.

HSL color Cylindrical-coordinate representation of color #496B46: hue angle of 115.14º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496B46 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 70 -
CMYK 0.32 0 0.35 0.58
HSL 115.14º 0.21% 0.35% -
HSV(B) 115.14º 0.35% 0.42% -
XYZ 9.11 12.37 7.7 -
YUV 92.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 73 107 70 0.32 0 0.35 0.58 115.14 0.21 0.35
Hex 49 6B 46 20 0 23 3A 73 15 23
Octal 111 153 106 40 0 43 72 163 25 43
Binary 1001001 1101011 1000110 100000 0 100011 111010 1110011 10101 100011

Color Harmonies of #496B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B46

Black with #496B46

Text Example


Text Example

White with #496B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B46; }

 p { color: rgb(73,107,70); }

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

background-color css

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

 a { background-color: rgb(73,107,70); }

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

border-color css

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

 span { border-color: rgb(73,107,70); }

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