Html Css Color HEX #4A6D48 Nandor

📋 copy color: '#4A6D48'

red 74 ◦ green 109 ◦ blue 72

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

Shades of Nandor #4A6D48

Tints of Nandor #4A6D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.75%

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

R = 29.02%
G = 42.75%
B = 28.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#4A6D48 (or 0x4A6D48) is known color: Nandor. HEX triplet: 4A, 6D and 48. RGB value is (74,109,72). Sum of RGB (Red+Green+Blue) = 74+109+72=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6D48 is #B592B7. Grayscale: #5E5E5E. Windows color (decimal): -11899576 or 4746570. OLE color: 4746570.

HSL color Cylindrical-coordinate representation of color #4A6D48: hue angle of 116.76º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A6D48 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 72 -
CMYK 0.32 0 0.34 0.57
HSL 116.76º 0.2% 0.35% -
HSV(B) 116.76º 0.34% 0.43% -
XYZ 9.46 12.86 8.11 -
YUV 94.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 74 109 72 0.32 0 0.34 0.57 116.76 0.2 0.35
Hex 4A 6D 48 20 0 22 39 75 14 23
Octal 112 155 110 40 0 42 71 165 24 43
Binary 1001010 1101101 1001000 100000 0 100010 111001 1110101 10100 100011

Color Harmonies of #4A6D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D48

Black with #4A6D48

Text Example


Text Example

White with #4A6D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,72); }

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

background-color css

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

 a { background-color: rgb(74,109,72); }

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

border-color css

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

 span { border-color: rgb(74,109,72); }

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