Html Css Color HEX #49614B Nandor

📋 copy color: '#49614B'

red 73 ◦ green 97 ◦ blue 75

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

Shades of Nandor #49614B

Tints of Nandor #49614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 29.8%
G = 39.59%
B = 30.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#49614B (or 0x49614B) is known color: Nandor. HEX triplet: 49, 61 and 4B. RGB value is (73,97,75). Sum of RGB (Red+Green+Blue) = 73+97+75=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #49614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49614B is #B69EB4. Grayscale: #575757. Windows color (decimal): -11968181 or 4940105. OLE color: 4940105.

HSL color Cylindrical-coordinate representation of color #49614B: hue angle of 125º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49614B is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 75 -
CMYK 0.25 0 0.23 0.62
HSL 125º 0.14% 0.33% -
HSV(B) 125º 0.25% 0.38% -
XYZ 8.29 10.47 8.24 -
YUV 87.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 73 97 75 0.25 0 0.23 0.62 125 0.14 0.33
Hex 49 61 4B 19 0 17 3E 7D E 21
Octal 111 141 113 31 0 27 76 175 16 41
Binary 1001001 1100001 1001011 11001 0 10111 111110 1111101 1110 100001

Color Harmonies of #49614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49614B

Black with #49614B

Text Example


Text Example

White with #49614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49614B; }

 p { color: rgb(73,97,75); }

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

background-color css

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

 a { background-color: rgb(73,97,75); }

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

border-color css

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

 span { border-color: rgb(73,97,75); }

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