#4C694D

Color #4C694D Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #4C694D

Tints of Nandor #4C694D

Color information

#4C694D (or 0x4C694D) is unknown color: approx Nandor. HEX triplet: 4C, 69 and 4D. RGB value is (76,105,77). Sum of RGB (Red+Green+Blue) = 76+105+77=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #4C694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C694D is #B396B2. Grayscale: #5D5D5D. Windows color (decimal): -11769523 or 5073228. OLE color: 5073228.

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

Color convert

RGB7610577-
CMYK0.2800.270.59
HSL122.07º16.02%35.49%-
HSV(B)122.07º27.62%41.18%-
XYZ9.3712.188.88-
YUV93.14118.89115.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.46%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=29.46%
G=40.70%
B=29.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76105770.2800.270.59122.0716.0235.49
Hex4C694D1C01B3B7a1023
Octal11415111534033731722043
Binary10011001101001100110111100011011111011111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C694D;
 }
 .AnyTagClassName
 {
   color: #4C694D;
 }
</style>
background-color css

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

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

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

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

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

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