Html Css Color HEX #4C654D Nandor

📋 copy color: '#4C654D'

red 76 ◦ green 101 ◦ blue 77

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

Shades of Nandor #4C654D

Tints of Nandor #4C654D

RGB

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

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

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

R = 29.92%
G = 39.76%
B = 30.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#4C654D (or 0x4C654D) is known color: Nandor. HEX triplet: 4C, 65 and 4D. RGB value is (76,101,77). Sum of RGB (Red+Green+Blue) = 76+101+77=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #4C654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C654D is #B39AB2. Grayscale: #5A5A5A. Windows color (decimal): -11770547 or 5072204. OLE color: 5072204.

HSL color Cylindrical-coordinate representation of color #4C654D: hue angle of 122.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C654D is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 77 -
CMYK 0.25 0 0.24 0.60
HSL 122.4º 0.14% 0.35% -
HSV(B) 122.4º 0.25% 0.4% -
XYZ 8.97 11.38 8.74 -
YUV 90.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 76 101 77 0.25 0 0.24 0.60 122.4 0.14 0.35
Hex 4C 65 4D 19 0 18 3C 7A E 23
Octal 114 145 115 31 0 30 74 172 16 43
Binary 1001100 1100101 1001101 11001 0 11000 111100 1111010 1110 100011

Color Harmonies of #4C654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C654D

Black with #4C654D

Text Example


Text Example

White with #4C654D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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