Html Css Color HEX #4C594D Nandor

📋 copy color: '#4C594D'

red 76 ◦ green 89 ◦ blue 77

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

Shades of Nandor #4C594D

Tints of Nandor #4C594D

RGB

 RED value IS 76 (30.08% from 255) = 31.4%

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 31.4%
G = 36.78%
B = 31.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#4C594D (or 0x4C594D) is known color: Nandor. HEX triplet: 4C, 59 and 4D. RGB value is (76,89,77). Sum of RGB (Red+Green+Blue) = 76+89+77=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #4C594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C594D is #B3A6B2. Grayscale: #535353. Windows color (decimal): -11773619 or 5069132. OLE color: 5069132.

HSL color Cylindrical-coordinate representation of color #4C594D: hue angle of 124.62º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C594D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 89 77 -
CMYK 0.15 0 0.13 0.65
HSL 124.62º 0.08% 0.32% -
HSV(B) 124.62º 0.15% 0.35% -
XYZ 7.89 9.22 8.38 -
YUV 83.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 76 89 77 0.15 0 0.13 0.65 124.62 0.08 0.32
Hex 4C 59 4D F 0 D 41 7D 8 20
Octal 114 131 115 17 0 15 101 175 10 40
Binary 1001100 1011001 1001101 1111 0 1101 1000001 1111101 1000 100000

Color Harmonies of #4C594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C594D

Black with #4C594D

Text Example


Text Example

White with #4C594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,89,77); }

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

background-color css

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

 a { background-color: rgb(76,89,77); }

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

border-color css

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

 span { border-color: rgb(76,89,77); }

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