#4C694B

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

Shades of Nandor #4C694B

Tints of Nandor #4C694B

Color information

#4C694B (or 0x4C694B) is unknown color: approx Nandor. HEX triplet: 4C, 69 and 4B. RGB value is (76,105,75). Sum of RGB (Red+Green+Blue) = 76+105+75=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #4C694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C694B is #B396B4. Grayscale: #5D5D5D. Windows color (decimal): -11769525 or 4942156. OLE color: 4942156.

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

Color convert

RGB7610575-
CMYK0.2800.290.59
HSL118º16.67%35.29%-
HSV(B)118º28.57%41.18%-
XYZ9.312.158.51-
YUV92.91117.89115.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.69%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=29.69%
G=41.02%
B=29.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76105750.2800.290.5911816.6735.29
Hex4C694B1C01D3B761123
Octal11415111334035731662143
Binary10011001101001100101111100011101111011111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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