Html Css Color HEX #4A6549 Nandor

📋 copy color: '#4A6549'

red 74 ◦ green 101 ◦ blue 73

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

Shades of Nandor #4A6549

Tints of Nandor #4A6549

RGB

 RED value IS 74 (29.3% from 255) = 29.84%

 GREEN value IS 101 (39.84% from 255) = 40.73%

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

R = 29.84%
G = 40.73%
B = 29.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#4A6549 (or 0x4A6549) is known color: Nandor. HEX triplet: 4A, 65 and 49. RGB value is (74,101,73). Sum of RGB (Red+Green+Blue) = 74+101+73=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6549 is #B59AB6. Grayscale: #595959. Windows color (decimal): -11901623 or 4810058. OLE color: 4810058.

HSL color Cylindrical-coordinate representation of color #4A6549: hue angle of 117.86º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A6549 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 101 73 -
CMYK 0.27 0 0.28 0.60
HSL 117.86º 0.16% 0.34% -
HSV(B) 117.86º 0.28% 0.4% -
XYZ 8.68 11.24 8.02 -
YUV 89.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 74 101 73 0.27 0 0.28 0.60 117.86 0.16 0.34
Hex 4A 65 49 1B 0 1C 3C 76 10 22
Octal 112 145 111 33 0 34 74 166 20 42
Binary 1001010 1100101 1001001 11011 0 11100 111100 1110110 10000 100010

Color Harmonies of #4A6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6549

Black with #4A6549

Text Example


Text Example

White with #4A6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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