Html Css Color HEX #49634A Nandor

📋 copy color: '#49634A'

red 73 ◦ green 99 ◦ blue 74

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

Shades of Nandor #49634A

Tints of Nandor #49634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 29.67%
G = 40.24%
B = 30.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#49634A (or 0x49634A) is known color: Nandor. HEX triplet: 49, 63 and 4A. RGB value is (73,99,74). Sum of RGB (Red+Green+Blue) = 73+99+74=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #49634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49634A is #B69CB5. Grayscale: #585858. Windows color (decimal): -11967670 or 4875081. OLE color: 4875081.

HSL color Cylindrical-coordinate representation of color #49634A: hue angle of 122.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49634A is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 74 -
CMYK 0.26 0 0.25 0.61
HSL 122.31º 0.15% 0.34% -
HSV(B) 122.31º 0.26% 0.39% -
XYZ 8.45 10.83 8.12 -
YUV 88.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 73 99 74 0.26 0 0.25 0.61 122.31 0.15 0.34
Hex 49 63 4A 1A 0 19 3D 7A F 22
Octal 111 143 112 32 0 31 75 172 17 42
Binary 1001001 1100011 1001010 11010 0 11001 111101 1111010 1111 100010

Color Harmonies of #49634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49634A

Black with #49634A

Text Example


Text Example

White with #49634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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