#4C624E

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

Shades of Nandor #4C624E

Tints of Nandor #4C624E

Color information

#4C624E (or 0x4C624E) is unknown color: approx Nandor. HEX triplet: 4C, 62 and 4E. RGB value is (76,98,78). Sum of RGB (Red+Green+Blue) = 76+98+78=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #4C624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C624E is #B39DB1. Grayscale: #595959. Windows color (decimal): -11771314 or 5136972. OLE color: 5136972.

HSL color Cylindrical-coordinate representation of color #4C624E: hue angle of 125.45º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C624E is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB769878-
CMYK0.2200.200.62
HSL125.45º12.64%34.12%-
HSV(B)125.45º22.45%38.43%-
XYZ8.7210.828.84-
YUV89.14121.71118.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=30.16%
G=38.89%
B=30.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7698780.2200.200.62125.4512.6434.12
Hex4C624E160143E7dd22
Octal11414211626024761751542
Binary1001100110001010011101011001010011111011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,98,78); }

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

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

 a { background-color: rgb(76,98,78); }

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

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

 span { border-color: rgb(76,98,78); }

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